@Retention(value=RUNTIME)
@Target(value=METHOD)
protected static @interface DBObjectValidator.PropertyValidator
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The property, property path, or properties that are validated by the
method with this annotation.
|
public abstract java.lang.String[] value
path()
public abstract boolean path
value()
is a path to one property, or a list or properties that will all be
validated by one method.value()
should be interpretted as a property
path, rather than a list of properties.