Annotation Type IsTimeInterval
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,CONSTRUCTOR,PARAMETER,ANNOTATION_TYPE}) @Constraint(validatedBy=IsTimeIntervalImpl.class) public @interface IsTimeInterval
JSR303 annotation that checks if the property value is a valid time interval.