@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SynchronizationServerExtension
| Modifier and Type | Required Element and Description | 
|---|---|
| boolean | appliesToLocalContentIndicates whether this extension applies to content which exists locally
 within the Data Sync Server (e.g., configuration or monitor data). | 
| boolean | appliesToSynchronizedContentIndicates whether this extension applies to remote content which is
 synchronized between source and destination servers. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | notesA set of notes about the usage of this API in the Data Sync Server. | 
public abstract boolean appliesToLocalContent
true if extension applies to local content,
         false otherwisepublic abstract boolean appliesToSynchronizedContent
true if extension applies to remote content,
         false otherwisepublic abstract java.lang.String notes