aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1919/366085/Marker.java
blob: 42ba9af1597239b741ac5d587a48b56f7df794d9 (plain)
1
2
3
4
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Marker { }