Interface PluginModule


@Module public interface PluginModule
Provides the set of Registration from ServiceLoader.load(Class) against the classes Registration, Plugin, ObjectType, and JsPlugin.
  • Method Details

    • providesServiceLoaderRegistrations

      @Provides @ElementsIntoSet static Set<Registration> providesServiceLoaderRegistrations()
    • providesServiceLoaderPlugins

      @Provides @ElementsIntoSet static Set<Registration> providesServiceLoaderPlugins()
    • providesServiceLoaderObjectTypes

      @Provides @ElementsIntoSet static Set<Registration> providesServiceLoaderObjectTypes()
    • providesServiceLoaderJsPlugin

      @Provides @ElementsIntoSet static Set<Registration> providesServiceLoaderJsPlugin()