Annotation Type ValidMachineHeight
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE_USE}) @Positive @Max(256L) @Constraint(validatedBy={}) @ReportAsSingleViolation public @interface ValidMachineHeight
Validates that a machine's height (in chips) is in a sane range.
- Author:
- Donal Fellows