Package org.apache.webbeans.annotation
Class ApplicationScopeLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.webbeans.annotation.EmptyAnnotationLiteral<jakarta.enterprise.context.ApplicationScoped>
-
- org.apache.webbeans.annotation.ApplicationScopeLiteral
-
- All Implemented Interfaces:
Annotation
public class ApplicationScopeLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.context.ApplicationScoped> implements jakarta.enterprise.context.ApplicationScoped
RequestScopedliteral annotation.- Since:
- 1.0
- Author:
- Gurkan Erdogdu
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ApplicationScopeLiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description ApplicationScopeLiteral()
-
Method Summary
-
Methods inherited from class org.apache.webbeans.annotation.EmptyAnnotationLiteral
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
-
INSTANCE
public static final ApplicationScopeLiteral INSTANCE
-
-