public static final class FacesValidator.Literal extends AnnotationLiteral<FacesValidator> implements FacesValidator
Supports inline instantiation of the FacesValidator qualifier.
FacesValidator.Literal| Modifier and Type | Field and Description |
|---|---|
static FacesValidator.Literal |
INSTANCE
Instance of the
FacesValidator qualifier. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefault() |
boolean |
managed() |
static FacesValidator.Literal |
of(java.lang.String value,
boolean isDefault,
boolean managed) |
java.lang.String |
value() |
annotationType, equals, hashCode, toStringpublic static final FacesValidator.Literal INSTANCE
FacesValidator qualifier.public static FacesValidator.Literal of(java.lang.String value, boolean isDefault, boolean managed)
public java.lang.String value()
public boolean isDefault()
public boolean managed()