public class EarlyStageRemoveBeanPostProcessor extends AbstractRemoveBeanPostProcessor implements org.springframework.core.PriorityOrdered
AbstractRemoveBeanPostProcessor for usage information.AbstractRemoveBeanPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
applicationContext, beanRef, mapKey, mapKeyRef, targetRef| Constructor and Description |
|---|
EarlyStageRemoveBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
This is the priority order for this post processor and will determine when this processor is run in relation
to other priority ordered processors (e.g.
|
void |
setOrder(int order)
This is the priority order for this post processor and will determine when this processor is run in relation
to other priority ordered processors (e.g.
|
getBeanRef, getMapKey, getMapKeyRef, getTargetRef, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setBeanRef, setMapKey, setMapKeyRef, setTargetRefpublic int getOrder()
CommonAnnotationBeanPostProcessor)
The default value if Integer.MIN_VALUE.getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
CommonAnnotationBeanPostProcessor)
The default value if Integer.MIN_VALUE.order - the priority orderingCopyright © 2014. All Rights Reserved.