summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153380/case1/Ann.java
blob: 6184025482088df9e91f21733aa7b9657307c5a1 (plain)
1
2
3
4
import java.lang.retention.*;

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