Package org.unitils.spring.annotation

Annotation Types Summary
ConfigureProfile Choose which Spring profile you want to use.
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 © 2014. All Rights Reserved.