diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index ea2cab2da..ef3438987 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -108,6 +108,18 @@ </varlistentry> <varlistentry> + <term>-outxml</term> + <listitem><para>Generate aop.xml file for load-time weaving with default name. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-outxmlfile <replaceable>custom/aop.xml</replaceable></term> + <listitem><para>Generate aop.xml file for load-time weaving with custom name. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-incremental</term> <listitem><para>Run the compiler continuously. After the initial compilation, the compiler will |