@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Entry
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
dn
Entry DN.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Attribute[] |
attributes
Entry attributes.
|
public abstract Attribute[] attributes