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