Class PluginBag.LazyPluginHolder<T>

  • All Implemented Interfaces:
    AutoCloseable, Supplier<T>
    Enclosing class:
    PluginBag<T>

    public class PluginBag.LazyPluginHolder<T>
    extends PluginBag.PluginHolder<T>
    A class that loads plugins Lazily. When the get() method is invoked the Plugin is initialized and returned.