aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-02-17 12:58:24 +0000
committeracolyer <acolyer>2005-02-17 12:58:24 +0000
commitb4574b90b2db6cdae830e702825d86957447c3b9 (patch)
treed93001dbf1804933f64350dbd52bc1ced5402e7c /tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
parentdb5e1868bb553bad01441e70db166ac4429de2f2 (diff)
downloadaspectj-b4574b90b2db6cdae830e702825d86957447c3b9.tar.gz
aspectj-b4574b90b2db6cdae830e702825d86957447c3b9.zip
support for annotations on ITDs, and declare annotation
Diffstat (limited to 'tests/java5/pseudoKeywords/MethodCalledAroundAspect.java')
-rw-r--r--tests/java5/pseudoKeywords/MethodCalledAroundAspect.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java b/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
new file mode 100644
index 000000000..d20bc7bce
--- /dev/null
+++ b/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
@@ -0,0 +1,3 @@
+public aspect MethodCalledAroundAspect {
+ void around() { ; }
+} \ No newline at end of file