aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs170/xmldefs/Anno2.java
blob: f5dfcb99f8b4e7dd999d5fd3b68e2a3ecce9fe43 (plain)
1
2
3
4
5
import java.lang.annotation.*;

// deliberately wrong retention
public @interface Anno2 {
}