Class AotServices.Loader
java.lang.Object
org.springframework.beans.factory.aot.AotServices.Loader
- Enclosing class:
- AotServices<T>
Loader class used to actually load the services.
-
Method Summary
-
Method Details
-
load
Load all AOT services of the given type.- Type Parameters:
T
- the service type- Parameters:
type
- the service type- Returns:
- a new
AotServices
instance
-