public class Jsr250BeanPostProcessor extends Object
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanId) |
void |
postProcessBeforeDestruction(Object bean,
String beanId) |
Object |
postProcessBeforeInitialization(Object bean,
String beanId) |
void |
setApplicationContext(ApplicationContext arg0) |
public void setApplicationContext(ApplicationContext arg0) throws BeansException
BeansException
public int getOrder()
public Object postProcessAfterInitialization(Object bean, String beanId) throws BeansException
BeansException
public Object postProcessBeforeInitialization(Object bean, String beanId) throws BeansException
BeansException
Copyright © 2016 JBoss by Red Hat. All rights reserved.