Interface PluginInstanceDescriptor<T>

Type Parameters:
T - the plugin instance type
All Known Subinterfaces:
CommonsProviderDescriptor, JsonProviderDescriptor, LoggerFactoryDescriptor, YamlProviderDescriptor

public interface PluginInstanceDescriptor<T>
Basic JSL descriptor for alternative plugin instance loading via JSL.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the instance.
  • Method Details

    • create

      T create()
      Creates the instance.
      Returns:
      the instance