checkers.quals
Annotation Type DefaultQualifierInHierarchy


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

Indicates that the annotated qualifier is the default qualifier in the qualifier hierarchy. This default options can be overrided in the annotated code using the annotation DefaultQualifier which targets java code elements. Each type qualifier hierarchy may have at most one qualifier marked as DefaultQualifierInHierarchy.

See Also:
DefaultQualifier