@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface FacesValidator
| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueThe value of this annotation attribute is taken to be the validator-id with which instances of this class
 of component can be instantiated by calling  Application#createValidator(java.lang.String). | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | isDefaultIf it is true, the validator is added to default list calling  
  Application.addDefaultValidatorId(java.lang.String). | 
public abstract String value
Application#createValidator(java.lang.String).public abstract boolean isDefault
Application.addDefaultValidatorId(java.lang.String).Copyright © 2016 The Apache Software Foundation. All Rights Reserved.