Annotation Type Nullable


  • @Documented
    @Retention(CLASS)
    @Target({METHOD,FIELD,PARAMETER})
    public @interface Nullable
    An annotation to indicate that a parameter, field, or method return value can be null. All other methods and parameters are intended to be non-null unless otherwise specified.