Package org.int4.dirk.annotations
Annotation Type Default
-
@Qualifier @Documented @Retention(RUNTIME) @Target({TYPE,METHOD,PARAMETER,FIELD}) public @interface DefaultThe default qualifier type.When a candidate or dependency does not specify any qualifier, they will automatically have the qualifier
Default.