Uses of Class
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of InitDestroyAnnotationBeanPostProcessor in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotation
package.