@Qualifier @Documented @Retention(value=RUNTIME) public @interface Secondary
Counter part to Primary that allows reducing the priority of a given bean for the purposes of dependency injection.
Primary
@Qualifier