/object-creator

Object creation framework (Public Mirror)

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Object Creator

What does this do?

  • 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

What this is not

  • This is not a fully featured dependency injection framework

How can I use this?

This is available on Maven:

<dependency>
    <groupId>com.fossgalaxy.util</groupId>
    <artifactId>object-creator</artifactId>
    <version>1.3</version>
</dependency>