Annotation Type CheckForNull


@Documented @Target(METHOD) @Retention(CLASS) public @interface CheckForNull
The annotated method might return null, thus code using it should check for nullity.