aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/pseudoKeywords/MethodCalledAroundAspect.java
diff options
context:
space:
mode:
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