Package org.apache.webbeans.annotation
Class DependentScopeLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.webbeans.annotation.EmptyAnnotationLiteral<jakarta.enterprise.context.Dependent>
-
- org.apache.webbeans.annotation.DependentScopeLiteral
-
- All Implemented Interfaces:
Annotation
public class DependentScopeLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.context.Dependent> implements jakarta.enterprise.context.Dependent
Dependentliteral annotation.- Since:
- 1.0
- Author:
- Gurkan Erdogdu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependentScopeLiteral()
-
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
-
-