diff options
author | acolyer <acolyer> | 2005-01-05 15:15:28 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-01-05 15:15:28 +0000 |
commit | 8a8930fd9808b03e3c117086d7ba0eaa654a2438 (patch) | |
tree | 8d6282b00397a9225c980f340db7650da94f429a /tests/java5/annotations | |
parent | 9536453a52beafee86fa8785df103352f1823b4e (diff) | |
download | aspectj-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.jar | bin | 0 -> 1620 bytes | |||
-rw-r--r-- | tests/java5/annotations/within/PlainWithin.java | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/java5/annotations/within/PlainWithin.jar b/tests/java5/annotations/within/PlainWithin.jar Binary files differnew file mode 100644 index 000000000..d5411677a --- /dev/null +++ b/tests/java5/annotations/within/PlainWithin.jar 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() {} |