blob: abd14f893eef31deb5850185c3cc20f3f2e5db6d [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@B(88)
public @interface A {
int value();
}