summaryrefslogtreecommitdiffstats
path: root/bcel-builder/testdata/AnnotatedWithCombinedAnnotation.java
blob: 5112e20e9da2a529bc7c68a3f80fae53047a787e (plain)
1
2
3
@CombinedAnnotation({@SimpleAnnotation(id=4)})
public class AnnotatedWithCombinedAnnotation {
}