Adding reflections library to dynamically look up classes that implement a certain type

Changing CLI implementation to provide first parameters
This commit is contained in:
2013-10-01 21:57:18 +02:00
parent 099601cf2a
commit 05cb20f64c
2 changed files with 74 additions and 26 deletions

View File

@@ -48,6 +48,11 @@
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
</dependencies>