aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/forAsmDelegateTesting/AnnotatedFields.java
blob: a9cd8e396f1145db155d1fe4abf854564ef9287d (plain)
1
2
3
4
5
public class AnnotatedFields {
  @SimpleAnnotation3(id=1) int i;

  @SimpleAnnotation3(id=2) String s;
}