aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr313026/one/Wibble.java
blob: b406cd28e8c6ef768de478ee976184c17d74b955 (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@interface Wibble {
  String value();
}