Annotation Interface LastTimestampInDay
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
@Documented
@Constraint(validatedBy={})
public @interface LastTimestampInDay
The annotated element must be before end of the day
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines severalLastTimestampInDay.List
annotations on the same element. -
Optional Element Summary
Optional Elements