Package nl.knaw.dans.validation
Annotation Interface ValidMode
@Documented
@Constraint(validatedBy=ModeValidator.class)
@Target({METHOD,FIELD})
@Retention(RUNTIME)
public @interface ValidMode
Validates that the value of a field is a valid Unix mode. Both octal and symbolic modes are supported.
-
Optional Element Summary
Optional Elements