001package p1.p2;
002
003public class AnnotC {
004  @CustomAnnotation("reflection")
005  public static void filter(int p1, int p2) {
006  }
007}