public class FacesValidatorAnnotationLiteral extends javax.enterprise.util.AnnotationLiteral<FacesValidator> implements FacesValidator
Constructor and Description |
---|
FacesValidatorAnnotationLiteral(String value,
boolean defaultValue,
boolean managed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isDefault() |
boolean |
managed() |
String |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, toString
public FacesValidatorAnnotationLiteral(String value, boolean defaultValue, boolean managed)
public String value()
public boolean managed()
public boolean isDefault()
public int hashCode()
hashCode
in interface Annotation
hashCode
in class javax.enterprise.util.AnnotationLiteral<FacesValidator>
public boolean equals(Object obj)
equals
in interface Annotation
equals
in class javax.enterprise.util.AnnotationLiteral<FacesValidator>
Copyright © 2017 The Apache Software Foundation. All rights reserved.