Uses of Interface
org.springframework.beans.factory.generator.AotContributingBeanPostProcessor
Packages that use AotContributingBeanPostProcessor
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of AotContributingBeanPostProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement AotContributingBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods.classBeanPostProcessorimplementation that invokes annotated init and destroy methods. -
Uses of AotContributingBeanPostProcessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement AotContributingBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage.