Interface ExtensionLoader<EXTENSION>

Type Parameters:
EXTENSION - type of object to load

public interface ExtensionLoader<EXTENSION>
Load objects from abstract sources.
Mechanism similar to ServiceLoader or org.springframework.core.io.support.SpringFactoriesLoader but more extensible.
  • Method Details