JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.springframework.ldap.odm.annotations
Id
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Id
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
Id
This annotation marks a Java field as containing the Distinguished Name of an LDAP Entry.
The marked field must be of type
Name
and must
not
be annotated
Attribute
.
See Also:
Attribute
Name