|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |