Annotation Type ValidTriadDepth
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE_USE}) @Positive @Max(3L) @Constraint(validatedBy={}) @ReportAsSingleViolation public @interface ValidTriadDepth
Validates that a machine's depth is in a sane range. Note that only machines
with a single board typically have a depth other than 3, and the current
implementation never uses a depth of 2.
- Author:
- Donal Fellows