checkers.interning.quals
Annotation Type Interned


@Documented
@TypeQualifier
@SubtypeOf(value=Unqualified.class)
@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 InterningChecker.

See Also:
InterningChecker
See the checkers manual:
Interning Checker