blob: c09ed893897dfaf6d4876a4d3f8801dc21985e60 [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@A(1)
public @interface A1 {
}