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 theAlternative
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Alternative
Alternative.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Alternative.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Alternative.Literal INSTANCE
-
-