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