| Package | Description |
|---|---|
| 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 |
|---|
| 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
|