aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr241847/Ann.java
blob: 689d934e0a5e58cf5f9012a8351f7bc08fcb078d (plain)
1
2
3
4
5
6
7
8
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;


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

}