diff options
author | acolyer <acolyer> | 2005-02-17 12:58:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-02-17 12:58:24 +0000 |
commit | b4574b90b2db6cdae830e702825d86957447c3b9 (patch) | |
tree | d93001dbf1804933f64350dbd52bc1ced5402e7c /tests/java5/pseudoKeywords/MethodCalledAroundAspect.java | |
parent | db5e1868bb553bad01441e70db166ac4429de2f2 (diff) | |
download | aspectj-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.java | 3 |
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 |