- 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 theDestroyedqualifier.- 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.LiteralAPPLICATIONstatic Destroyed.LiteralCONVERSATIONstatic Destroyed.LiteralREQUESTstatic Destroyed.LiteralSESSION 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Destroyed.Literalof(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()
 
 - 
 
 -