@TypeQualifier
@InvisibleQualifier
@SubtypeOf(value={ClassVal.class,ClassBound.class})
@Target(value={})
public @interface ClassValBottom
Represents the bottom of the ClassVal qualifier hierarchy. This is used to
make the null literal a subtype of all ClassVal annotations.
This annotation may not be written in source code; it is an implementation
detail of the checker.