com.symphony.bdk.extension.BdkExtensionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-bdk-extension-api Show documentation
Show all versions of symphony-bdk-extension-api Show documentation
Symphony Java BDK Core - Extension API
package com.symphony.bdk.extension;
/**
* Marker interface for all extension's services.
*
* @see BdkExtension
* @see BdkExtensionServiceProvider
*/
public interface BdkExtensionService {
}