com.unboundid.ldap.sdk.persist
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface LDAPEntryField
LDAPObject
annotation type.
The field marked with this annotation type must have a type of
ReadOnlyEntry
. Objects which may be altered
using modify operations through the persistence framework should contain a
field with this annotation to make it possible to accurately determine
exactly what changes need to be made to the entry in the directory.