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