JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.annotation
CreatedDate
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface CreatedDate
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
CreatedDate
Declares a field as the one representing the date the entity containing the field was created.
Since:
1.5
Author:
Ranie Jade Ramiso, Oliver Gierke