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