public class ContainerActivatorAnnotationPostProcessor extends java.lang.Object implements MethodAnnotationPostProcessor<OnContainerStart>
OnContainerStart.| Modifier and Type | Field and Description |
|---|---|
protected BeanFactory |
beanFactory |
| Constructor and Description |
|---|
ContainerActivatorAnnotationPostProcessor(ListableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
postProcess(java.lang.Object bean,
java.lang.String beanName,
java.lang.reflect.Method method,
OnContainerStart annotation)
Post process a bean.
|
protected final BeanFactory beanFactory
public ContainerActivatorAnnotationPostProcessor(ListableBeanFactory beanFactory)
public java.lang.Object postProcess(java.lang.Object bean,
java.lang.String beanName,
java.lang.reflect.Method method,
OnContainerStart annotation)
MethodAnnotationPostProcessornull. Caller of this method is then responsible to
handle newly created object.postProcess in interface MethodAnnotationPostProcessor<OnContainerStart>bean - the beanbeanName - the bean namemethod - the methodannotation - the annotation