spring-framework / org.springframework.beans.factory / NamedBean

NamedBean

interface NamedBean

Counterpart of BeanNameAware. Returns the bean name of an object.

This interface can be introduced to avoid a brittle dependence on bean name in objects used with Spring IoC and Spring AOP.

Author
Rod Johnson

Since
2.0

See Also
BeanNameAware

Functions

getBeanName

abstract fun getBeanName(): String

Return the name of this bean in a Spring bean factory, if known.