Package checkers.types

Contains a way of representing the type of a program element that considers the type qualifiers on that element (and ignores its Java type).

See: Description

Package checkers.types Description

Contains a way of representing the type of a program element that considers the type qualifiers on that element (and ignores its Java type). The package additionally provides utilities for obtaining and manipulating this type representation.
See the Checker Framework manual:
How to write a checker plugin