Annotation Interface FromDate


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface FromDate
Specifies the inclusive start Instant of when the entity has become valid. Users are not expected to ever set the value referenced by this field.
See Also:
ToDate