checkers.interned.quals
Annotation Type Interned


@Documented
@TypeQualifier
@Retention(value=RUNTIME)
@Target(value={FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
public @interface Interned

Indicates that a variable has been interned, i.e., that the variable refers to the canonical representation of an object.

This annotation is associated with the InternedChecker.

See Also:
InternedChecker
See the checkers manual:
Interned Checker