diff options
author | aclement <aclement> | 2006-03-09 17:24:19 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-03-09 17:24:19 +0000 |
commit | 6e6658a5e9e1665d18f3b4eb8d94609592b56228 (patch) | |
tree | 1722d0a9c478d5df7c536c2b4157b0d0d91dd667 /docs | |
parent | 856694bcf982aa6ec4a6be5df1022b6483608f2d (diff) | |
download | aspectj-6e6658a5e9e1665d18f3b4eb8d94609592b56228.tar.gz aspectj-6e6658a5e9e1665d18f3b4eb8d94609592b56228.zip |
101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGES
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index 109bac741..30ca3b901 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -432,6 +432,16 @@ </varlistentry> <varlistentry> + <term>-XaddSerialVersionUID</term> + <listitem><para>Causes the compiler to calculate and add + the SerialVersionUID field to any type implementing + Serializable that is affected by an aspect. The field + is calculated based on the class before weaving has + taken place. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-Xreweavable[:compress]</term> <listitem><para>(Experimental - deprecated as now default) Runs weaver in reweavable mode which causes |