summaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/pr128655/Foo.java
blob: bf1c2cea67889927fe152fa6ef838617b502e5d8 (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

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

}