aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs185/456357/LogMe.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs185/456357/LogMe.java')
-rw-r--r--tests/bugs185/456357/LogMe.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs185/456357/LogMe.java b/tests/bugs185/456357/LogMe.java
new file mode 100644
index 000000000..a16ca765a
--- /dev/null
+++ b/tests/bugs185/456357/LogMe.java
@@ -0,0 +1,5 @@
+import java.lang.annotation.*;
+
+@Retention(RetentionPolicy.RUNTIME)
+@Target(ElementType.METHOD)
+public @interface LogMe {}