aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/Foo.java
blob: 27be9bbd91697d6d1008a1b1580fe7781998863b (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface Foo {
  String color();
}