public interface NamedBean
This interface can be introduced to avoid a brittle dependence on bean name in objects used with Spring IoC and Spring AOP.
BeanNameAware
Modifier and Type | Method and Description |
---|---|
String |
getBeanName()
Return the name of this bean in a Spring bean factory.
|
String getBeanName()