Package jakarta.enterprise.context
Class Destroyed.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<Destroyed>
- 
- jakarta.enterprise.context.Destroyed.Literal
 
 
- 
- All Implemented Interfaces:
- 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.DestroyedDestroyed.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static Destroyed.LiteralAPPLICATIONstatic Destroyed.LiteralCONVERSATIONstatic Destroyed.LiteralREQUESTstatic Destroyed.LiteralSESSION
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Destroyed.Literalof(Class<? extends Annotation> value)Class<? extends Annotation>value()- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
REQUESTpublic static final Destroyed.Literal REQUEST 
 - 
CONVERSATIONpublic static final Destroyed.Literal CONVERSATION 
 - 
SESSIONpublic static final Destroyed.Literal SESSION 
 - 
APPLICATIONpublic static final Destroyed.Literal APPLICATION 
 
- 
 - 
Method Detail- 
ofpublic static Destroyed.Literal of(Class<? extends Annotation> value) 
 - 
valuepublic Class<? extends Annotation> value() 
 
- 
 
-