aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr169706/MyAnnotation.java
blob: 7230843774671521c5cb5336e574c51ce599d392 (plain)
1
2
3
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME) @interface MyAnnotation {}