Package org.apache.myfaces.bean.literal
Class DependentScopeLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Dependent>
-
- org.apache.myfaces.bean.literal.DependentScopeLiteral
-
- All Implemented Interfaces:
Annotation
public class DependentScopeLiteral extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.Dependent> implements javax.enterprise.context.Dependent
Literal forDependent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependentScopeLiteral()
-
Method Summary
-
Methods inherited from class javax.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
-
-