Annotation Type 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