blob: 40092a9ce670dfba654215992ceb9f830863c1e2 [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.RetentionPolicy.*;
@Retention(CLASS)
public @interface A {
int value();
}