Class | Description |
---|---|
BeanStorage |
CDI bean storage.
|
Annotation Type | Description |
---|---|
Eager |
Specifies that a scoped bean is to be eagerly instantiated.
|
Param |
Specifies a request parameter that is to be injected into a managed bean within a JSF context, with
full support for a converter and one or more validators.
|
Startup |
Stereo type that designates a bean as an eagerly instantiated bean with application scope.
|
ViewScoped |
The CDI view scope annotation, intented for use in JSF 2.0/2.1.
|