public interface ProviderRegistration<T>
| Modifier and Type | Method and Description | 
|---|---|
| PluginContainer | getPlugin()Gets the  PluginContainerthat registered the provider of this
 provider registration. | 
| T | getProvider()Gets the service provider of this provider registration. | 
| Class<T> | getService()Gets the service of this provider registration. | 
Class<T> getService()
T getProvider()
PluginContainer getPlugin()
PluginContainer that registered the provider of this
 provider registration.