Class AotServices<T>

java.lang.Object
org.springframework.beans.factory.aot.AotServices<T>
Type Parameters:
T - the service type
All Implemented Interfaces:
Iterable<T>

public final class AotServices<T> extends Object implements Iterable<T>
A collection of AOT services that can be loaded from a SpringFactoriesLoader or obtained from a ListableBeanFactory.
Since:
6.0
Author:
Phillip Webb