Annotation Type NotNull


  • @Retention(CLASS)
    @Target({FIELD,LOCAL_VARIABLE,METHOD,PARAMETER})
    @Documented
    public @interface NotNull
    An advisory annotation indicating that the given variable, method, or parameter is not nullable.
    Author:
    David M. Lloyd