JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.annotation
Annotation Interface LastModifiedBy
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
LastModifiedBy
Declares a field as the one representing the principal that recently modified the entity containing the field.
Since:
1.5
Author:
Ranie Jade Ramiso, Oliver Gierke