blob: a2e4a34e0a25375b6c55babf05bb71f00cada8e6 [file] [log] [blame]
package org.checkerframework.framework.testchecker.h1h2checker.quals;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.checkerframework.framework.qual.SubtypeOf;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
@SubtypeOf({H1Top.class})
public @interface H1Invalid {}