diff options
author | aclement <aclement> | 2004-02-24 13:43:56 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-02-24 13:43:56 +0000 |
commit | 16a0abd70e5fe2538c32994de05f52b6bf939ef5 (patch) | |
tree | 3a8ca19141c2a3f15663c4f721b2397529af1e43 /docs | |
parent | 36f8e3c561a721243f8e9e6c0cfb71547249e300 (diff) | |
download | aspectj-16a0abd70e5fe2538c32994de05f52b6bf939ef5.tar.gz aspectj-16a0abd70e5fe2538c32994de05f52b6bf939ef5.zip |
Fix for Bug 36430: Xreweavable support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index afe218887..0bfcbb769 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -380,6 +380,14 @@ for input using -injars. </para></listitem> </varlistentry> + + <varlistentry> + <term>-Xreweavable[:compress]</term> + <listitem><para>(Experimental) runs weaver in reweavable mode which causes + it to create woven classes that can be rewoven, subject to the restriction that + on attempting a reweave all the types that advised the woven type must be accessible. + </para></listitem> + </varlistentry> <varlistentry> <term>-XnoInline</term> |