Package net.officefloor.spring
Interface SpringSupplierSource.SpringLoader<S,E extends java.lang.Throwable>
-
- Type Parameters:
S- Spring loaded object to return.E- Possible failure in loading.
- Enclosing class:
- SpringSupplierSource
public static interface SpringSupplierSource.SpringLoader<S,E extends java.lang.Throwable>Provides the loading of Spring.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sload()Loads the Spring item.
-