@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Validated
BaseValidator.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends ValidatorFactory> |
factory
References the input class type.
|
public abstract java.lang.Class<? extends ValidatorFactory> factory
Class of the ValidatorFactory.