diff options
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r-- | docs/devGuideDB/ltw.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml index d3d9636b2..c1e94f6c2 100644 --- a/docs/devGuideDB/ltw.xml +++ b/docs/devGuideDB/ltw.xml @@ -176,7 +176,7 @@ </aspects> - <weaver options="-verbose -XlazyTjp"> + <weaver options="-verbose"> <!-- Weave types that are within the javax.* or org.aspectj.* packages. Also weave all types in the foo package that do not have the @NoWeave annotation. --> @@ -399,7 +399,7 @@ aspects.include=com..* aspects.exclude=@CoolAspect - weaver.options=-verbose -XlazyTjp + weaver.options=-verbose weaver.include=javax.* OR org.aspectj.* ]]></programlisting> </sect2> @@ -437,13 +437,6 @@ </row> <row> <entry> - <literal>-XlazyTjp</literal> - </entry> - <entry>Performance optimization for aspects making use - of thisJoinPoint (non-static parts)</entry> - </row> - <row> - <entry> <literal>-Xlintfile:pathToAResource</literal> </entry> <entry>Configure lint messages as specified in the given resource (visible from this aop.xml file' classloader)</entry> |