checkers.quals
Annotation Type Unqualified


@TypeQualifier
@SubtypeOf(value={})
@Target(value={})
public @interface Unqualified

A special annotation intended solely for representing an unqualified type in the qualifier hierarchy, as an argument to SubtypeOf.value(), in the type qualifiers declarations.

Programmers cannot write this in source code.