Annotation Type UpdatedOn


@Retention(RUNTIME) @Target(FIELD) public @interface UpdatedOn
On updates the property will be set to LocalDateTime.now(). It has to be of type LocalDateTime.
Author:
ajoseph