Annotation Type CreatedOn


@Retention(RUNTIME) @Target(FIELD) public @interface CreatedOn
When record is created the property will be set to LocalDateTime.now(). It has to be of type LocalDateTime.
Author:
ajoseph