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