@Retention(value=RUNTIME)
@Target(value=METHOD)
protected static @interface DBObjectValidator.PropertyDependency
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
List of dependent properties (treated as separate properties, not a path).
|