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 the
Initialized
qualifier.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.Initialized
Initialized.Literal
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Initialized.Literal
Default Initialized literal for the ApplicationScoped scopestatic final Initialized.Literal
Default Initialized literal for the ConversationScoped scopestatic final Initialized.Literal
Default Initialized literal for the RequestScoped scopestatic final Initialized.Literal
Default Initialized literal for the SessionScoped scope -
Method Summary
Modifier and TypeMethodDescriptionstatic Initialized.Literal
of
(Class<? extends Annotation> value) Obtain the literal of the provided scope annotationClass
<? extends Annotation> value()
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString