aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr310506/Anno.java
blob: f298cf761a0590f5c5e2faaab2779ba033cd66b9 (plain)
1
2
3
4
5
6
7
package a.b.c;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface Anno {
}