Interface AotContext

All Known Subinterfaces:
AotRepositoryContext

public interface AotContext
The context in which the AOT processing happens. Grants access to the beanFactory and ClassLoader. Holds a few convenience methods to check if a type is present and allows resolution of them through AotContext.TypeIntrospector and AotContext.IntrospectedBeanDefinition.

Mainly for internal use within the framework.

Since:
3.0
Author:
Christoph Strobl, John Blum, Mark Paluch
See Also: