T - the type of the optimization@FunctionalInterface public static interface StaticOptimizations.Loader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
load()
The static optimization to be injected.
|
T load()
StaticOptimizations.set(Object) method
will automatically be called with the value returned by this method.