summaryrefslogtreecommitdiffstats
path: root/weaver/testdata/AnnotatedClass.java
blob: 0c9429bdee3a37021e0f688505bfad7e5fae3c18 (plain)
1
2
3
4
5
6
7
8
9
10
@SimpleAnnotation(id=2)
public class AnnotatedClass {

  @SimpleAnnotation(id=3)
  public void m1() { }

  @SimpleAnnotation(id=4)
  int i;
}