blob: 4d9378a3b6c6d8bbcc21e9d5eb50e11f60409dcd [file] [log] [blame]
package org.checkerframework.framework.testchecker.testaccumulation.qual;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
import org.checkerframework.framework.qual.PolymorphicQualifier;
/** Polymorphic qualifier for the test accumulation type system. */
@PolymorphicQualifier(TestAccumulation.class)
@Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
public @interface PolyTestAccumulation {}