Spring LDAP

org.springframework.ldap.odm.annotations
Annotation Type Id


@Target(value=FIELD)
@Retention(value=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.

Author:
Paul Harvey <paul.at.pauls-place.me.uk>
See Also:
Attribute, Name


Spring LDAP