blob: 26e3a187e9502c543caf0725cdde46e607f54474 [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.PolymorphicQualifier;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
@PolymorphicQualifier(H2Top.class)
public @interface H2Poly {}