checkers.nullness.quals
Annotation Type AssertNonNull


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AssertNonNull

Indicates that the method throws a Throwable if any of its parameters is a null.

See Also:
NonNull, NullnessChecker
See the checkers manual:
Nullness Checker