diff options
author | acolyer <acolyer> | 2004-03-19 21:19:01 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-19 21:19:01 +0000 |
commit | 9832002037b9ea7ad1986c22463f454917d333c0 (patch) | |
tree | 2d45d816187db5b573541d2b39d0c0be1a6d4a90 /docs/devGuideDB | |
parent | 0378e63cc5a9ded87f79152ea68c08defeb3e8df (diff) | |
download | aspectj-9832002037b9ea7ad1986c22463f454917d333c0.tar.gz aspectj-9832002037b9ea7ad1986c22463f454917d333c0.zip |
default compliance level is now 1.4
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ajc.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index 0bfcbb769..52ae00daf 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -222,27 +222,26 @@ </varlistentry> <varlistentry> - <term>-target <replaceable>[1.1|1.2]</replaceable></term> - <listitem><para>Specify classfile target setting (1.1 or 1.2, default is 1.1) + <term>-target <replaceable>[1.1 to 1.4]</replaceable></term> + <listitem><para>Specify classfile target setting (1.1 to 1.4, default is 1.2) </para></listitem> </varlistentry> <varlistentry> <term>-1.3</term> - <listitem><para>Set compliance level to 1.3 (default) + <listitem><para>Set compliance level to 1.3 </para></listitem> </varlistentry> <varlistentry> <term>-1.4</term> - <listitem><para>Set compliance level to 1.4 + <listitem><para>Set compliance level to 1.4 (default) </para></listitem> </varlistentry> <varlistentry> <term>-source <replaceable>[1.3|1.4]</replaceable></term> - <listitem><para>Toggle assertions (1.3 or 1.4, default is 1.3 - in -1.3 mode and 1.4 in -1.4 mode). + <listitem><para>Toggle assertions (1.3 or 1.4, default is 1.3). When using -source 1.3, an assert() statement valid under Java 1.4 will result in a compiler error. When using -source 1.4, |