java.lang.Objectorg.springframework.beans.factory.annotation.CustomAutowireConfigurer
All Implemented Interfaces:
Ordered, BeanFactoryPostProcessor, BeanClassLoaderAware
<bean id="customAutowireConfigurer" class="org.springframework.beans.factory.annotation.CustomAutowireConfigurer"> <property name="customQualifierTypes"> <set> <value>mypackage.MyQualifier</value> </set> </property> </bean>
Mark - FisherJuergen - Hoeller2.5 - | Method from org.springframework.beans.factory.annotation.CustomAutowireConfigurer Summary: |
|---|
| getOrder, postProcessBeanFactory, setBeanClassLoader, setCustomQualifierTypes, setOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.factory.annotation.CustomAutowireConfigurer Detail: |
|---|
|
|
|
Note that any annotation that is itself annotated with Spring's org.springframework.beans.factory.annotation.Qualifier does not require explicit registration. |
|