Package jakarta.enterprise.context
Class Initialized.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<Initialized>
 - 
- jakarta.enterprise.context.Initialized.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Initialized
 
public static final class Initialized.Literal extends AnnotationLiteral<Initialized> implements Initialized
Supports inline instantiation of theInitializedqualifier.- Author:
 - Martin Kouba
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.Initialized
Initialized.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static Initialized.LiteralAPPLICATIONstatic Initialized.LiteralCONVERSATIONstatic Initialized.LiteralREQUESTstatic Initialized.LiteralSESSION 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Initialized.Literalof(Class<? extends Annotation> value)Class<? extends Annotation>value()- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REQUEST
public static final Initialized.Literal REQUEST
 
- 
CONVERSATION
public static final Initialized.Literal CONVERSATION
 
- 
SESSION
public static final Initialized.Literal SESSION
 
- 
APPLICATION
public static final Initialized.Literal APPLICATION
 
 - 
 
- 
Method Detail
- 
of
public static Initialized.Literal of(Class<? extends Annotation> value)
 
- 
value
public Class<? extends Annotation> value()
 
 - 
 
 -