Annotation Type ValidBoardNumber
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE_USE}) @PositiveOrZero @Max(23L) @Constraint(validatedBy={}) @ReportAsSingleViolation public @interface ValidBoardNumber
Validates that a board number is in a sane range.
- Author:
- Donal Fellows