| Annotation Type | Description |
|---|---|
| ActivatedAlternatives |
@ActivatedAlternatives adds classes to the CDI environment that are not discovered automatically and marks them as an activated
alternative as if they were specified in beans.xml. |
| AdditionalClasses |
@AdditionalClasses adds classes to the CDI environment that are not discovered automatically. |
| AdditionalClasspaths |
@AdditionalClasspaths adds all the classes in a particular classpath entry to the CDI environment that are not discovered
automatically. |
| AdditionalPackages |
@AdditionalPackages adds all the classes in a particular package entry to the CDI environment that are not discovered
automatically. |
| InConversationScope |
Starts a conversation around the annotated method.
|
| InRequestScope |
Starts a request around the annotated method.
|
| InSessionScope |
Starts a session around the annotated method.
|
| ProducerConfig | |
| ProducesAlternative |
@ProducesAlternative causes a produced variable or method to act as an enabled alternative overriding any other suitable
injections. |
Copyright © 2017–2018. All rights reserved.