Interface AotContributingBeanFactoryPostProcessor

All Superinterfaces:
BeanFactoryPostProcessor
All Known Implementing Classes:
ConfigurationClassPostProcessor
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 AotContributingBeanFactoryPostProcessor extends BeanFactoryPostProcessor
Specialization of BeanFactoryPostProcessor that contributes bean factory optimizations ahead of time, using generated code that replaces runtime behavior.
Since:
6.0
Author:
Stephane Nicoll