diff options
author | aclement <aclement> | 2006-11-20 16:45:06 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-11-20 16:45:06 +0000 |
commit | 25d72696da5568ab33ec8f4739a2542cf01437c9 (patch) | |
tree | e4db348a27c2c0352772dbb5b3076406d4af8419 /docs | |
parent | ee958b0a186135d62735ae44fa3b0ca9d6d4cb21 (diff) | |
download | aspectj-25d72696da5568ab33ec8f4739a2542cf01437c9.tar.gz aspectj-25d72696da5568ab33ec8f4739a2542cf01437c9.zip |
153 readme - draft
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-153.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/dist/doc/README-153.html b/docs/dist/doc/README-153.html index 0dfc5b9ac..93d19f07f 100644 --- a/docs/dist/doc/README-153.html +++ b/docs/dist/doc/README-153.html @@ -101,9 +101,13 @@ signed) are used by default to configure LTW.</p> <h3>Weaving Concrete Aspects Defined in aop.xml - <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=132080">132080</a></h3> <p>Concrete aspects defined using aop.xml are now exposed for weaving.</p> +<h2>Pertypewithin enhancement - <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=123423">123423</a></h2> +<p>It is now possible to ask an instance of a ptw aspect which type it is 'attached' to. The method:</p> + <code><pre>String getWithinTypeName()</pre></code> + <p>can be called on an aspect and will return the full qualified name of the type (eg. "com.foo.MyClass") +</p> - - +<hr> <p>For information on bug fixes in AspectJ 5 v1.5.3, see the <a href="changes.html"> changes</a> document.</p> </body> |