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