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