@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface DefaultFor
Applied to the declaration of a type qualifier specifies that
the given annotation should be the default for a particular location.
TODO: Document use relative to the other annotations.
This qualifier is for type system developers, not end-users.