Annotation Type Nullable


  • @Documented
    @Target(TYPE_USE)
    @Retention(RUNTIME)
    public @interface Nullable
    Indicates that the annotated type usage (commonly a parameter type or return type) is considered to include null as a value.

    Example usages:

    {@code