Annotation Type LDAPDNField


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface LDAPDNField
    This annotation type may be used to mark a field whose value should be the DN of the entry from which the corresponding object was initialized. This annotation type should only be used for at most one field in a given class, and that class must be marked with the LDAPObject annotation type. The field marked with this annotation type must have a type of java.lang.String.