summaryrefslogtreecommitdiffstats
path: root/tests/apt/test2/Marker.java
blob: fd96b87df5d1a9f799fcd70b6cb3afbdd21766f3 (plain)
1
2
3
4
5
6
7
8
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface Marker {

}