@Target({METHOD,PARAMETER,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Constraint(validatedBy=ExpectedEntityIdPathValidator.class)
@Documented
public @interface ExpectedEntityIdPath
The entity identifier path should contain a defined order and type of entries.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements