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