summaryrefslogtreecommitdiffstats
path: root/ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java
diff options
context:
space:
mode:
Diffstat (limited to 'ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java')
-rw-r--r--ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java b/ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java
deleted file mode 100644
index fa24af093..000000000
--- a/ajdoc/testdata/simple/foo/UseThisAspectForLinkCheck.java
+++ /dev/null
@@ -1,21 +0,0 @@
-
-package foo;
-
-import fluffy.*;
-import fluffy.bunny.*;
-import fluffy.bunny.rocks.*;
-
-public aspect UseThisAspectForLinkCheck {
-
- int foo;
-
- pointcut allExecutions(): execution(* *..*(..));
-
- before(): allExecutions() {
- System.err.println("yo");
- }
-
- after(): allExecutions() {
- System.err.println("go");
- }
-} \ No newline at end of file