Package checkers.nonnull

Provides a typechecker plug-in for the NonNull qualifier that finds (and verifies the absence of) null pointer errors.

See:
          Description

Class Summary
NonNullAnnotatedTypeFactory Adds the NonNull annotation to a type that is: 1.
NonNullChecker A typechecker plug-in for the NonNull qualifier that finds (and verifies the absence of) null-pointer errors.
NonNullVisitor A type-checking visitor for the NonNull type qualifier.
 

Package checkers.nonnull Description

Provides a typechecker plug-in for the NonNull qualifier that finds (and verifies the absence of) null pointer errors.

See Also:
NonNullChecker
See the checkers manual:
NonNull checker