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