Annotation Type Secondary


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    public @interface Secondary

    Counter part to Primary that allows reducing the priority of a given bean for the purposes of dependency injection.

    See Also:
    @Qualifier, Primary