Package model.validation
Annotation Type PostExists
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy=PostExistsValidator.class) @Documented public @interface PostExists
L'identificativo deve corrispondere a un post esistente- See Also:
PostExistsValidator