Package org.unitils.spring.annotation

Annotation Types Summary
SpringApplicationContext This annotation can be used in three different ways: If its value attribute is specified, the goal is to configure a spring ApplicationContext for this test object.
SpringBean This annotation can be used on fields or single-argument void methods, in order to inject a bean from a spring ApplicationContext.
SpringBeanByName This annotation can be used on fields or setter methods, in order to inject a bean from a spring ApplicationContext.
SpringBeanByType This annotation can be used on fields or setter methods, in order to inject a bean from a spring ApplicationContext.
 



Copyright © 2011. All Rights Reserved.