| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| Stereotype
The @Stereotype annotation for web beans
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| Default
Default bean injection uses @Default as the injection point's
@Qualifier. |
| Class and Description |
|---|
| Disposes
Factory destruction methods are declared with the @Disposes
annotation.
|
| Produces
Bean factory methods are declared with the @Produces annotation.
|
| Class and Description |
|---|
| Stereotype
The @Stereotype annotation for web beans
|
| Class and Description |
|---|
| 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
|