Package org.springframework.config.java.naming

Pluggable strategies for bean naming.
Provides the means for doing the method -> bean name translation.

See:
          Description

Interface Summary
BeanNamingStrategy Strategy interface for constructing a bean name from a java method.
 

Class Summary
ChainedStrategy Chain-like implementation naming strategy.
MethodNameStrategy Naming strategy which uses the method name for generating the bean name.
 

Enum Summary
MethodNameStrategy.Prefix Naming prefix.
 

Package org.springframework.config.java.naming Description

Pluggable strategies for bean naming.
Provides the means for doing the method -> bean name translation.