Package org.apache.myfaces.cdi.model
Class FacesDataModelAnnotationLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<FacesDataModel>
-
- org.apache.myfaces.cdi.model.FacesDataModelAnnotationLiteral
-
- All Implemented Interfaces:
Annotation
public class FacesDataModelAnnotationLiteral extends javax.enterprise.util.AnnotationLiteral<FacesDataModel> implements FacesDataModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacesDataModelAnnotationLiteral(Class<?> forClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Class<?>
forClass()
int
hashCode()
-
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
-
FacesDataModelAnnotationLiteral
public FacesDataModelAnnotationLiteral(Class<?> forClass)
-
-
Method Detail
-
forClass
public Class<?> forClass()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classjavax.enterprise.util.AnnotationLiteral<FacesDataModel>
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classjavax.enterprise.util.AnnotationLiteral<FacesDataModel>
-
-