blob: 6be8169c936aa406c5c356ed4f23d56f825e7a6a [file] [log] [blame]
/**
* Contains a simple type-checker plug-in that performs assignment and pseudo-assignment checks on
* annotated types.
*
* <p>Most type-checker implementations will want to use the classes in this package as the base of
* their own type-checkers.
*
* @checker_framework.manual #creating-a-checker Writing a checker
*/
package org.checkerframework.common.basetype;