Annotation Type Nullable


  • @Retention(CLASS)
    public @interface Nullable
    Annotation indicating a field, method return, or method parameter may be null. We package our own annotation to avoid a mandatory third-party dependency.