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