Annotation Type Nullable


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    @interface Nullable
    Internal Nullable annotation 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