| Strategy interface to be implemented by objects than can resolve bean name
information, given a newly instantiated bean object. Invocations to the
BeanWiringInfoResolver.resolveWiringInfo method on this interface will be driven by
the AspectJ pointcut in the relevant concrete aspect.
Metadata resolution strategy can be pluggable. A good default is
ClassNameBeanWiringInfoResolver , which uses the fully-qualified
class name as bean name.
author: Rod Johnson since: 2.0 See Also: BeanWiringInfo See Also: ClassNameBeanWiringInfoResolver See Also: org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver |