Package org.apache.myfaces.cdi.wrapper
Class FacesBehaviorAnnotationLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<FacesBehavior>
-
- org.apache.myfaces.cdi.wrapper.FacesBehaviorAnnotationLiteral
-
- All Implemented Interfaces:
Annotation
public class FacesBehaviorAnnotationLiteral extends javax.enterprise.util.AnnotationLiteral<FacesBehavior> implements FacesBehavior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacesBehaviorAnnotationLiteral(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
boolean
managed()
String
value()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, toString
-
-
-
-
Constructor Detail
-
FacesBehaviorAnnotationLiteral
public FacesBehaviorAnnotationLiteral(String value)
-
-
Method Detail
-
value
public String value()
-
managed
public boolean managed()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classjavax.enterprise.util.AnnotationLiteral<FacesBehavior>
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classjavax.enterprise.util.AnnotationLiteral<FacesBehavior>
-
-