Java org.springframework.beans.factory.annotation InitDestroyAnnotationBeanPostProcessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.annotation InitDestroyAnnotationBeanPostProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.annotation InitDestroyAnnotationBeanPostProcessor.

The text is from its open source code.

Constructor

Method

voidsetDestroyAnnotationType(Class destroyAnnotationType)
Specify the destroy annotation to check for, indicating destruction methods to call when the context is shutting down.
voidsetInitAnnotationType(Class initAnnotationType)
Specify the init annotation to check for, indicating initialization methods to call after configuration of a bean.