Annotation Interface EnctypePostRequired
@Constraint(validatedBy=EnctypePostRequiredValidator.class)
@Target({TYPE,FIELD})
@Retention(RUNTIME)
public @interface EnctypePostRequired
The annotated
Form
must not have an encytpe declared if the method is not post.- Since:
- 5.1.0
- Author:
- Sergio del Amo
-
Optional Element Summary
-
Field Summary
-
Field Details
-
MESSAGE
- See Also:
-
-
Element Details