Interface PluginFactory


  • public interface PluginFactory
    Interface describing a factory for creation of implementation of specific provided interface.
    Since:
    4.0.0
    Author:
    erlend
    • Method Detail

      • newInstance

        <T> T newInstance​(Class<T> cls)