[jboss-cvs] JBossAS SVN: r70270 - projects/aop/trunk/aop/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 29 10:03:43 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-02-29 10:03:43 -0500 (Fri, 29 Feb 2008)
New Revision: 70270

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
Log:


Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-02-29 14:33:54 UTC (rev 70269)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-02-29 15:03:43 UTC (rev 70270)
@@ -342,10 +342,10 @@
                <term>Include ignored annotations</term>
                <listitem>
                   <para>
-                     To increase the startuptime of JBoss AOP all invisible annotations (invisible annotations are all annotations that is not
-                     annotated with @Retention(RetentionPolicy.RUNTIME)). are ignored by default.
-                     To include them use the system property <literal>jboss.aop.invisible.annotations</literal> too add packages that will be
-                     included or add "*" to include all.
+                     To improve the startup time of JBoss AOP all invisible annotations (invisible annotations are all annotations that are not
+                     annotated with <literal>@Retention(RetentionPolicy.RUNTIME)</literal>) are ignored by default.
+                     To include them use the system property <literal>jboss.aop.invisible.annotations</literal> to add packages that will be
+                     included, or add "*" to include all.
                   </para>
                     <programlisting>
                       java -Djboss.aop.include.annotations=com.foo.bar,org.my.company




More information about the jboss-cvs-commits mailing list