aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
diff options
context:
space:
mode:
authoraclement <aclement>2007-01-11 16:04:29 +0000
committeraclement <aclement>2007-01-11 16:04:29 +0000
commitcfd711b9628154e0b2eb2df174124699cf831f83 (patch)
tree83b9afa0e996777cf4cdcdff23f3b69f72df031b /ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
parent41fefd58f8b716468b2bdba2335eb921e5eb3a7b (diff)
downloadaspectj-cfd711b9628154e0b2eb2df174124699cf831f83.tar.gz
aspectj-cfd711b9628154e0b2eb2df174124699cf831f83.zip
new ajde.core module
Diffstat (limited to 'ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj')
-rw-r--r--ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj3
1 files changed, 3 insertions, 0 deletions
diff --git a/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj b/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
new file mode 100644
index 000000000..df7596863
--- /dev/null
+++ b/ajde.core/testdata/OutxmlTest/src/TestAbstractAspect.aj
@@ -0,0 +1,3 @@
+public abstract aspect TestAbstractAspect {
+
+}