Package io.ebean.annotation
Annotation Type WhenModified
-
@Target(FIELD) @Retention(RUNTIME) public @interface WhenModified
For a timestamp property that is set to the datetime when the entity was last modified.This is effectively an alias for @UpdatedTimestamp and added to hint towards a better naming convention (WhenCreated, WhenModified).