- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Destroyed>
-
- jakarta.enterprise.context.Destroyed.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- Destroyed
public static final class Destroyed.Literal extends AnnotationLiteral<Destroyed> implements Destroyed
Supports inline instantiation of theDestroyed
qualifier.- Author:
- Martin Kouba
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.context.Destroyed
Destroyed.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Destroyed.Literal
APPLICATION
static Destroyed.Literal
CONVERSATION
static Destroyed.Literal
REQUEST
static Destroyed.Literal
SESSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Destroyed.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 Destroyed.Literal REQUEST
-
CONVERSATION
public static final Destroyed.Literal CONVERSATION
-
SESSION
public static final Destroyed.Literal SESSION
-
APPLICATION
public static final Destroyed.Literal APPLICATION
-
-
Method Detail
-
of
public static Destroyed.Literal of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
-
value
public java.lang.Class<? extends java.lang.annotation.Annotation> value()
-
-