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