Annotation Type NonNull


  • @Documented
    @Retention(CLASS)
    @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
    public @interface NonNull
    JGit's replacement for the javax.annotation.Nonnull.

    Denotes that a local variable, parameter, field, method return value is expected to be non null.

    Since:
    4.2