JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.github.jdbctemplatemapper.annotation
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