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