Interface OSGIPluginProperties


  • public interface OSGIPluginProperties
    Those 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 String PLUGIN_NAME_PROP
      Name of the plugin when it registers itself
    • Field Detail