aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153572/Configurable.java
diff options
context:
space:
mode:
authoracolyer <acolyer>2006-08-18 15:23:33 +0000
committeracolyer <acolyer>2006-08-18 15:23:33 +0000
commitfd3a8eca2517b4a7ab437c00e2c81a3cdefeeb3a (patch)
tree6c8d8a5fe90c70ebe3a734d50cc18d521a8f6a62 /tests/bugs153/pr153572/Configurable.java
parenta562d831df36dd0ec0cbf6ff0c6526ebc8977432 (diff)
downloadaspectj-fd3a8eca2517b4a7ab437c00e2c81a3cdefeeb3a.tar.gz
aspectj-fd3a8eca2517b4a7ab437c00e2c81a3cdefeeb3a.zip
tests for pr153572
Diffstat (limited to 'tests/bugs153/pr153572/Configurable.java')
-rw-r--r--tests/bugs153/pr153572/Configurable.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs153/pr153572/Configurable.java b/tests/bugs153/pr153572/Configurable.java
new file mode 100644
index 000000000..be9014322
--- /dev/null
+++ b/tests/bugs153/pr153572/Configurable.java
@@ -0,0 +1,6 @@
+import java.lang.annotation.*;
+
+@Retention(RetentionPolicy.RUNTIME)
+public @interface Configurable {
+
+} \ No newline at end of file