Annotation Interface Optional


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface Optional
Shortcut for an Validate(Ignore) annotation on a field. Ignores the field during validation, even if Validate is set for the class.