blob: d262028269f404d913fd7d5b1c1a56b9737496a8 [file] [log] [blame]
import org.checkerframework.framework.qual.InheritedAnnotation;
@InheritedAnnotation
public @interface Decl {
boolean flag();
}