- Allows scanning of the classpath to find objects that match a given condition
- Allows the use of annotated factory methods or constructors
- Providing of custom methods for parsing of custom classes
- This is not a fully featured dependency injection framework
This is available on Maven:
<dependency>
<groupId>com.fossgalaxy.util</groupId>
<artifactId>object-creator</artifactId>
<version>1.3</version>
</dependency>