Package org.checkerframework.checker.interning
package org.checkerframework.checker.interning
Provides a type-checker plug-in for the
Interned
qualifier that finds (and verifies the
absence of) equality-testing and interning errors.- See Also:
- See the Checker Framework Manual:
- Interning Checker
-
ClassDescriptionAn
AnnotatedTypeFactory
that accounts for the properties of the Interned type system.A type-checker plug-in for theInterned
qualifier that finds (and verifies the absence of) equality-testing and interning errors.Typechecks source code for interning violations.