diff options
author | wisberg <wisberg> | 2005-01-28 22:58:08 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-01-28 22:58:08 +0000 |
commit | 311cef3ae0d9d1b8b1bb6b12da9b6d035525b3ee (patch) | |
tree | 28bb9ab4d716961224fa56d1adf03b05ed1ab2a3 /docs/progGuideDB/semantics.xml | |
parent | 0e43ed55f5df9cf46de81683230a3c7ee898eab2 (diff) | |
download | aspectj-311cef3ae0d9d1b8b1bb6b12da9b6d035525b3ee.tar.gz aspectj-311cef3ae0d9d1b8b1bb6b12da9b6d035525b3ee.zip |
per... advice "may then" to "will only" run, per user discussion
Diffstat (limited to 'docs/progGuideDB/semantics.xml')
-rw-r--r-- | docs/progGuideDB/semantics.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index 7ea74fe80..b04f5a9aa 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -3007,7 +3007,7 @@ ModifiersPattern = one object of type A is created for every object that is the executing object (i.e., "this") at any of the join points picked out by <replaceable>Pointcut</replaceable>. - The advice defined in A may then run at any join point where the + The advice defined in A will run only at a join point where the currently executing object has been associated with an instance of A. </para> @@ -3017,9 +3017,9 @@ ModifiersPattern = then one object of type A is created for every object that is the target object of the join points picked out by <replaceable>Pointcut</replaceable>. - The advice defined in A may then run at any join point where the - target object has been associated with an instance of - A. + The advice defined in A will run only at a join point where the + target object has been associated with an instance of + A. </para> <para> |