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
invalid reference
org.springframework.core.io.support.SpringFactoriesLoader
but more extensible.
  • Method Details