aboutsummaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-11-29 20:42:48 +0000
committeracolyer <acolyer>2005-11-29 20:42:48 +0000
commit7384fe71aacd462c94b1e4e73e961dbeba7a19fe (patch)
tree5ae8fed75ebc7b95f6b10dc2e92777b83de2a6e4 /aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
parentd1a295c3205f87277ed9ae5b3dd70ca50e3a806e (diff)
downloadaspectj-7384fe71aacd462c94b1e4e73e961dbeba7a19fe.tar.gz
aspectj-7384fe71aacd462c94b1e4e73e961dbeba7a19fe.zip
updates to advice annotations to allow specification (and generation) of parameter names if needed
Diffstat (limited to 'aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java')
-rw-r--r--aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
index 4433fa907..7b4d8212c 100644
--- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
+++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
@@ -39,4 +39,14 @@ public @interface AfterThrowing {
* The name of the argument in the advice signature to bind the thrown exception to
*/
String throwing() default "";
+
+ /**
+ * When compiling without debug info, or when interpreting pointcuts at runtime,
+ * the names of any arguments used in the advice declaration are not available.
+ * Under these circumstances only, it is necessary to provide the arg names in
+ * the annotation - these MUST duplicate the names used in the annotated method.
+ * Format is a simple comma-separated list.
+ */
+ String argNames() default "";
+
}
5026/stable26 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/admin/server.development.notice.php
blob: f58258fc0ae722cb8054933674c0c3eb45540e97 (plain)
1
2
3