blob: 740c4c472609e47e4379f3c558131b02b89ca4a9 [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@Target({TYPE, FIELD})
public @interface A {
int value();
}