aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/testdata/AnnotationStringElement.java
blob: dc68cf2e97b62060060b59f6564bd110a7bbdc2a (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface AnnotationStringElement {
  String stringval();
}