com.unboundid.directory.sdk.ds.internal
Annotation Type DirectoryServerExtension


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DirectoryServerExtension

This annotation type may be used to indicate that the marked class represents an API that can be used to create an extension for use in the Directory Server (which may also be referred to as the Identity Data Store).


Optional Element Summary
 java.lang.String notes
          A set of notes about the usage of this API in the Directory Server.
 

notes

public abstract java.lang.String notes
A set of notes about the usage of this API in the Directory Server.

Default:
""