Also: SpringBeans
public interface

NamedBean

org.springframework.beans.factory.NamedBean

Class Overview

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.

See Also

Summary

Public Methods
abstract String getBeanName()
Return the name of this bean in a Spring bean factory.

Public Methods

public abstract String getBeanName ()

Also: SpringBeans

Return the name of this bean in a Spring bean factory.