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

@Retention(RetentionPolicy.RUNTIME)
public @interface Goo {
  String weather();
}