aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features160/annotationValueMatching/Fruity.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features160/annotationValueMatching/Fruity.java')
-rw-r--r--tests/features160/annotationValueMatching/Fruity.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/features160/annotationValueMatching/Fruity.java b/tests/features160/annotationValueMatching/Fruity.java
new file mode 100644
index 000000000..5635bf51c
--- /dev/null
+++ b/tests/features160/annotationValueMatching/Fruity.java
@@ -0,0 +1,5 @@
+package q.r;
+
+public @interface Fruity {
+ Fruit value() default Fruit.BANANA;
+} \ No newline at end of file