|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FacesValidator
Class-level annotation indicating that this class should be registered
as a JavaServer Faces Validator
under the validator id
specified by the value
attribute.
ASSERTION - The annotated class implements
Validator
.
Required Element Summary | |
---|---|
String |
value
The validator id under which this validator should be registered. |
Element Detail |
---|
public abstract String value
The validator id under which this validator should be registered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |