summaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr211052/SimpleAnnotation2.java
blob: 98781e7c64762a09f035e13e89151a9dbceb4ca9 (plain)
1
2
3
4
5
6
7
8
package e.f;
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface SimpleAnnotation2 {
  String classname();
}