org.osgl.inject.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of genie Show documentation
Show all versions of genie Show documentation
A JSR330 style dependency injection solution
/**
* Act `genie` is a dependency injection solution inspired by
* Feather
*
* `genie` support all features provided by `Feather` and more:
*
* * Support JSR330 dependency injection on Constructors/Fields/Methods
* * Support module/provider factory methods
* * Support {@link javax.inject.Qualifier} annotations
* * Support {@link javax.inject.Scope} annotations
* * Support {@link org.osgl.inject.annotation.LoadCollection} annotations
* * Support {@link org.osgl.inject.annotation.LoadValue} annotations
* * Support {@link javax.annotation.PostConstruct} semantic
* * Support Scope defined by cdi-api-1.2
* * Support Scope defined by Google Guice
*/
package org.osgl.inject;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy