Annotation Type Nullable
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented @interface NullableInternalNullableannotation to mark parameters that can be null.Guice allow any Nullable annotation, so this one can be used instead of adding a dependency to sisu-inject. UseNullable