Interface AotApplicationcontextInitializer<c extends configurableApplicationcontext>

Type Parameters:
c - the application context type
All Superinterfaces:
ApplicationcontextInitializer<c>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AotApplicationcontextInitializer<c extends configurableApplicationcontext> extends ApplicationcontextInitializer<c>
Specialized ApplicationcontextInitializer used to initialize a configurableApplicationcontext using artifacts that were generated ahead-of-time.

Instances of this initializer are usually created using forInitializerclasses(String...), passing in the names of code generated initializer classes.

Since:
6.0
Author:
Stephane Nicoll, Phillip Webb