|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.enterprise.inject | |
---|---|
com.caucho.config | |
com.caucho.config.inject | |
com.caucho.security | |
com.caucho.server.webbeans | |
javax.decorator | Decorator-based aspect-oriented programming extends interfaces with on-the-fly custom implementation. |
javax.enterprise.inject | Java Dependency Injection annotations and exceptions. |
Classes in javax.enterprise.inject used by com.caucho.config | |
---|---|
Stereotype
The @Stereotype annotation for web beans |
Classes in javax.enterprise.inject used by com.caucho.config.inject | |
---|---|
Any
Binding injection representing any matching bean. |
|
Default
Default bean injection uses @Default as the injection point's @Qualifier . |
|
Instance
Factory to create instances of a bean. |
Classes in javax.enterprise.inject used by com.caucho.security | |
---|---|
Default
Default bean injection uses @Default as the injection point's @Qualifier . |
Classes in javax.enterprise.inject used by com.caucho.server.webbeans | |
---|---|
Disposes
Factory destruction methods are declared with the @Disposes annotation. |
|
Produces
Bean factory methods are declared with the @Produces annotation. |
Classes in javax.enterprise.inject used by javax.decorator | |
---|---|
Stereotype
The @Stereotype annotation for web beans |
Classes in javax.enterprise.inject used by javax.enterprise.inject | |
---|---|
InjectionException
Exceptions occuring during injection will extend from this exception. |
|
Instance
Factory to create instances of a bean. |
|
ResolutionException
When bean creation fails, the injection BeanManager will throw this exception. |
|
Stereotype
The @Stereotype annotation for web beans |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |