Interface ClassLoadingPluginInterface

  • All Known Implementing Classes:
    SupplementalPlugin

    public interface ClassLoadingPluginInterface
    Plugins implementing this type will be asked to load classes instead of having it handled by the PluginRegistry. User: nbaker Date: 12/12/10
    • Method Detail

      • loadClass

        <T> T loadClass​(Class<T> pluginClass)