private class AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter extends BeanFactoryAdvisorRetrievalHelper
Constructor and Description |
---|
BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory beanFactory) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isEligibleBean(java.lang.String beanName)
Determine whether the aspect bean with the given name is eligible.
|
findAdvisorBeans
public BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory beanFactory)
protected boolean isEligibleBean(java.lang.String beanName)
BeanFactoryAdvisorRetrievalHelper
The default implementation always returns true
.
isEligibleBean
in class BeanFactoryAdvisorRetrievalHelper
beanName
- the name of the aspect bean