JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.annotation
Id
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Id
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
Id
Demarcates an identifier.
Author:
Jon Brisbin, Oliver Gierke