|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface WithValidator
Indicates that the annotation should have this validator class applied to it
Required Element Summary | |
---|---|
Class<? extends Validator<?>> |
value
Validator that should be used to validate parameters annotated with this annotation. |
Element Detail |
---|
public abstract Class<? extends Validator<?>> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |