Annotation Interface SubPropertyOf
@Documented
@Constraint(validatedBy=SubPropertyOfValidator.class)
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
public @interface SubPropertyOf
Requires that a property is subPropertyOf a given property
- Author:
- Tiziano Lorenzetti
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements