@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD,PARAMETER}) @Inherited @Qualifier public @interface FacesValidator
| 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). | 
| boolean | managed | 
| 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). | 
public abstract String value
Application.createValidator(java.lang.String).public abstract boolean isDefault
Application.addDefaultValidatorId(java.lang.String).Copyright © 2025 The Apache Software Foundation. All rights reserved.