Annotation Type Null


  • @Documented
    @Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE})
    public @interface Null
    An element with this annotation claims that the element may have a null value. Apart from documentation purposes this annotation is intended to be used by static analysis tools to validate against probable runtime errors or contract violations.