Annotation Type Default


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,PARAMETER,FIELD})
    public @interface Default
    The default qualifier type.

    When a candidate or dependency does not specify any qualifier, they will automatically have the qualifier Default.