Package jakarta.enterprise.context
Class BeforeDestroyed.Literal
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<BeforeDestroyed>
- 
- jakarta.enterprise.context.BeforeDestroyed.Literal
 
 
- 
- All Implemented Interfaces:
- Annotation
 - Enclosing class:
- BeforeDestroyed
 
 public static final class BeforeDestroyed.Literal extends AnnotationLiteral<BeforeDestroyed> implements BeforeDestroyed Supports inline instantiation of theBeforeDestroyedqualifier.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.BeforeDestroyedBeforeDestroyed.Literal
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static BeforeDestroyed.LiteralAPPLICATIONstatic BeforeDestroyed.LiteralCONVERSATIONstatic BeforeDestroyed.LiteralREQUESTstatic BeforeDestroyed.LiteralSESSION
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BeforeDestroyed.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 BeforeDestroyed.Literal REQUEST 
 - 
CONVERSATIONpublic static final BeforeDestroyed.Literal CONVERSATION 
 - 
SESSIONpublic static final BeforeDestroyed.Literal SESSION 
 - 
APPLICATIONpublic static final BeforeDestroyed.Literal APPLICATION 
 
- 
 - 
Method Detail- 
ofpublic static BeforeDestroyed.Literal of(Class<? extends Annotation> value) 
 - 
valuepublic Class<? extends Annotation> value() 
 
- 
 
-