|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ValidatorMeta
Marks validation annotations.
Each validation annotation uses this to 'mark' it as a validation annotation. Additionally you can specify the factory used to create the actual Validator that is assigned to the bean properties.
Optional Element Summary | |
---|---|
Class<?> |
factory
Specify the factory used to build the specific Validator. |
public abstract Class<?> factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |