@Documented @Retention(value=RUNTIME) @Target(value={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.
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.