- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<BeforeDestroyed>
-
- jakarta.enterprise.context.BeforeDestroyed.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- BeforeDestroyed
public static final class BeforeDestroyed.Literal extends AnnotationLiteral<BeforeDestroyed> implements BeforeDestroyed
Supports inline instantiation of theBeforeDestroyed
qualifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.context.BeforeDestroyed
BeforeDestroyed.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static BeforeDestroyed.Literal
APPLICATION
static BeforeDestroyed.Literal
CONVERSATION
static BeforeDestroyed.Literal
REQUEST
static BeforeDestroyed.Literal
SESSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BeforeDestroyed.Literal
of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
java.lang.Class<? extends java.lang.annotation.Annotation>
value()
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
REQUEST
public static final BeforeDestroyed.Literal REQUEST
-
CONVERSATION
public static final BeforeDestroyed.Literal CONVERSATION
-
SESSION
public static final BeforeDestroyed.Literal SESSION
-
APPLICATION
public static final BeforeDestroyed.Literal APPLICATION
-
-
Method Detail
-
of
public static BeforeDestroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
-
value
public java.lang.Class<? extends java.lang.annotation.Annotation> value()
-
-