Package org.int4.dirk.annotations
Annotation Type Opt
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER}) public @interface OptWhen used in combination with theInjectannotation indicates that the field or method is optional and can be leftnullif no injection candidate is available.