@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface SpringBeanByType
ApplicationContext. Unitils looks for a bean assignable the annotated field
or setter method. If multiple beans are assignable, the most specific one is chosen. If none can be found that's
more specific than all others, an exception is thrown. An ApplicationContext has to be configured
for this test using the SpringApplicationContext annotation.Copyright © 2016. All Rights Reserved.