checkers.metaquals
Annotation Type QualifierRoot


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface QualifierRoot

A meta-annotation to specify the root type qualifier in the qualifiers hierarchy, i.e. the qualifier that is a supertype of all other qualifiers in the given hierarchy. Examples of such qualifiers: @ReadOnly, @Nullable