Package jakarta.enterprise.inject
Class Alternative.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Alternative>
jakarta.enterprise.inject.Alternative.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Alternative
 
public static final class Alternative.Literal
extends AnnotationLiteral<Alternative>
implements Alternative
Supports inline instantiation of the 
Alternative annotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Alternative
Alternative.Literal - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
Default Alternative literal 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -