Package checkers.basetype

Contains a simple typechecker plug-in that performs assignment and pseudo-assignment checks on annotated types.

See: Description

Package checkers.basetype Description

Contains a simple typechecker plug-in that performs assignment and pseudo-assignment checks on annotated types.

Most typechecker implementations will want to use the classes in this package as the base of their own typecheckers.

See the Checker Framework manual:
Writing a checker