All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.symphony.bdk.extension.BdkExtension Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.symphony.bdk.extension;

import org.apiguardian.api.API;

/**
 * Marker interface for all BDK extensions.
 *
 * 

An extension can be manually registered using {@code bdk.extensions().register(Class>? extends BdkExtension<)} method. * *

An extension must have a default constructor in order to be automatically instantiated by the BDK {@code ExtensionService}. */ @API(status = API.Status.EXPERIMENTAL) public interface BdkExtension { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy