Package org.eclipse.sisu
Annotation Type Nullable
-
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface Nullable
Marks dependencies that can benull:
@Inject @Nullable Component optional;
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface Nullable
null:@Inject @Nullable Component optional;