spring-framework / org.springframework.beans.factory.annotation / CustomAutowireConfigurer / <init>

<init>

CustomAutowireConfigurer()

A org.springframework.beans.factory.config.BeanFactoryPostProcessor implementation that allows for convenient registration of custom autowire qualifier types.

 <bean id="customAutowireConfigurer" class="org.springframework.beans.factory.annotation.CustomAutowireConfigurer"> <property name="customQualifierTypes"> <set> <value>mypackage.MyQualifier</value> </set> </property> </bean>

Author
Mark Fisher

Author
Juergen Hoeller

Since
2.5

See Also
org.springframework.beans.factory.annotation.Qualifier