Java org.springframework.context.annotation CommonAnnotationBeanPostProcessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation CommonAnnotationBeanPostProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation CommonAnnotationBeanPostProcessor.

The text is from its open source code.

Constructor

CommonAnnotationBeanPostProcessor()
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to javax.annotation.PostConstruct and javax.annotation.PreDestroy , respectively.

Method

voidsetBeanFactory(BeanFactory beanFactory)
voidsetResourceFactory(BeanFactory resourceFactory)
Specify the factory for objects to be injected into @Resource / @WebServiceRef / @EJB annotated fields and setter methods, for name attributes and default names.