Package org.checkerframework.framework.testchecker.util


package org.checkerframework.framework.testchecker.util
A minimal checker and simple annotation used for testing the Checker Framework without the semantics of any particular (meaningful) checker.

The checker and annotation in this package should only be used for testing.

The @Odd annotation is a straightforward subtype-style qualifier. It has no special semantics; values that do not have an @Odd type cannot be assigned to values that do have the @Odd type.