Skip navigation links

Package org.checkerframework.checker.igj

Provides a type-checker plug-in for the IGJ org.checkerframework.checker.igj.qual qualifiers that finds (and verifies the absence of) immutability errors.

See: Description

Package org.checkerframework.checker.igj Description

Provides a type-checker plug-in for the IGJ org.checkerframework.checker.igj.qual qualifiers that finds (and verifies the absence of) immutability errors. The checker guarantees that no immutable object is modified and no object is mutated through a read-only reference.
See Also:
IGJChecker
See the Checker Framework Manual:
IGJ Checker
Skip navigation links