Quote Originally Posted by easternwahoo View Post
The @Required annotation should be used instead.
Yes and also dont forget to add RequiredAnnotationBeanPostProcessor to your beans.xml (or whatever you use)

<bean class="org.springframework.beans.factory.annotatio n.RequiredAnnotationBeanPostProcessor"/>