aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-01-05 15:15:28 +0000
committeracolyer <acolyer>2005-01-05 15:15:28 +0000
commit8a8930fd9808b03e3c117086d7ba0eaa654a2438 (patch)
tree8d6282b00397a9225c980f340db7650da94f429a /tests/java5/annotations
parent9536453a52beafee86fa8785df103352f1823b4e (diff)
downloadaspectj-8a8930fd9808b03e3c117086d7ba0eaa654a2438.tar.gz
aspectj-8a8930fd9808b03e3c117086d7ba0eaa654a2438.zip
test cases and fix for Bugzilla Bug 81863
Annotation matching using within() PCD doesn't appear to be working.
Diffstat (limited to 'tests/java5/annotations')
-rw-r--r--tests/java5/annotations/within/PlainWithin.jarbin0 -> 1620 bytes
-rw-r--r--tests/java5/annotations/within/PlainWithin.java2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/java5/annotations/within/PlainWithin.jar b/tests/java5/annotations/within/PlainWithin.jar
new file mode 100644
index 000000000..d5411677a
--- /dev/null
+++ b/tests/java5/annotations/within/PlainWithin.jar
Binary files differ
diff --git a/tests/java5/annotations/within/PlainWithin.java b/tests/java5/annotations/within/PlainWithin.java
index e19368cb2..ac541dbaa 100644
--- a/tests/java5/annotations/within/PlainWithin.java
+++ b/tests/java5/annotations/within/PlainWithin.java
@@ -15,7 +15,7 @@
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
-@MyClassRetententionAnnotation
+@MyAnnotation
public class PlainWithin {
public void foo() {}