ljacqu

Results 74 issues of ljacqu

Using org.reflections project: - If an interface only has one implementation, the handler should replace the class to be injected with that class.

The injector only supports injection for `@Inject` -- however there are some other "flavors" with the same name but different packages. Maybe there could be an option to support any...

Requires #48—the singleton store should be a Handler so that it can be swapped out. Requires some form of special handling to make sure it's there?

Follow-up of #31 (new issue for accurate milestones), implementation of "createIfHasDependencies" should be revised. Currently it's not so nice that it needs to be a special case within the InjectorImpl...

Goes hand in hand with #44 (kind of), I'd like to create an annotation that can be put on other annotations to signal that it is a "Config" annotation, i.e....

Add support for annotations annotated with @[Qualifier](http://docs.oracle.com/javaee/7/api/javax/inject/Qualifier.html).

Add an additional (non-default) flag to the AllTypes annotation to allow the exclusion of abstract classes and interfaces.