Class InitializedLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.Initialized>
-
- org.jboss.arquillian.container.weld.embedded.literals.InitializedLiteral
-
- All Implemented Interfaces:
Annotation
public class InitializedLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.context.Initialized> implements jakarta.enterprise.context.Initialized- Author:
- Matej Novotny
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InitializedLiteralAPPLICATION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
APPLICATION
public static final InitializedLiteral APPLICATION
-
-
Method Detail
-
value
public Class<? extends Annotation> value()
-
-