Annotation Interface ToDate


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ToDate
Specifies the exclusive end Instant of when the entity ended being valid (e.g. entity was deleted). Users are not expected to ever set the value referenced by this field.
See Also:
FromDate