Package org.apache.myfaces.cdi.view
Class ViewScopedLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<ViewScoped>
-
- org.apache.myfaces.cdi.view.ViewScopedLiteral
-
- All Implemented Interfaces:
Annotation
public class ViewScopedLiteral extends javax.enterprise.util.AnnotationLiteral<ViewScoped> implements ViewScoped
Literal forViewScoped
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewScopedLiteral()
-
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
-
-