Package org.killbill.billing.osgi.api
Interface OSGIPluginProperties
-
public interface OSGIPluginPropertiesThose represents the properties that plugin can use when registering services and that Killbill knows how to interpret. At a minimum, the plugin should use PLUGIN_NAME_PROP
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_NAME_PROPName of the plugin when it registers itself
-
-
-
Field Detail
-
PLUGIN_NAME_PROP
static final String PLUGIN_NAME_PROP
Name of the plugin when it registers itself- See Also:
- Constant Field Values
-
-