@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD,PARAMETER}) @Inherited @Qualifier public @interface FacesValidator
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isDefault
If it is true, the validator is added to default list calling
Application.addDefaultValidatorId(java.lang.String) . |
boolean |
managed |
String |
value
The 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 © 2018 The Apache Software Foundation. All rights reserved.