Annotation Interface Validators
Container annotation for declaring one or more
ArgValidator types on a command type
or a specific parameter.
This annotation is retained at runtime and can be discovered via reflection.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends ArgValidator<?>>[] value- Returns:
- the validator classes to apply
-