[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Mon Feb 5 00:55:39 EST 2007


  User: gavin   
  Date: 07/02/05 00:55:39

  Modified:    doc/reference/en/modules  annotations.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.53      +21 -12    jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- annotations.xml	5 Feb 2007 05:53:53 -0000	1.52
  +++ annotations.xml	5 Feb 2007 05:55:39 -0000	1.53
  @@ -135,22 +135,32 @@
                   </term>
                   <listitem>
                       <programlisting><![CDATA[@Install(false)]]></programlisting>
  -                    <para> Specifies whether or not a component should be installed by default. The lack of an @Install
  -                        annotation indicates a component should be installed. </para>
  +                    <para>
  +                        Specifies whether or not a component should be installed by default. The lack of an @Install
  +                        annotation indicates a component should be installed.
  +                    </para>
                       <programlisting><![CDATA[@Install(dependencies="org.jboss.seam.core.jbpm")]]></programlisting>
  -                    <para> Specifies that a component should only be stalled if the components listed as dependencies
  -                        are also installed. </para>
  +                    <para>
  +                        Specifies that a component should only be stalled if the components listed as dependencies
  +                        are also installed.
  +                    </para>
                       <programlisting><![CDATA[@Install(genericDependencies=ManagedQueueSender.class)]]></programlisting>
  -                    <para> Specifies that a component should only be installed if a component that is implemented by a
  +                    <para>
  +                        Specifies that a component should only be installed if a component that is implemented by a
                           certain class is installed. This is useful when the dependency doesn't have a single well-known
  -                        name. </para>
  +                        name.
  +                    </para>
                        <programlisting><![CDATA[@Install(classDependencies="org.hibernate.Session")]]></programlisting>
  -                    <para> Specifies that a component should only be installed if the named class is in the classpath.</para>
  +                    <para>
  +                        Specifies that a component should only be installed if the named class is in the classpath.
  +                    </para>
                       <programlisting><![CDATA[@Install(precedence=BUILT_IN)]]></programlisting>
  -                    <para>Specifies the precedence of the component. If multiple components with the same name exist,
  -                        the one with the higher precedence will be installed. The defined precendence values are: </para>
  -                    <itemizedlist>
  +                    <para>
  +                        Specifies the precedence of the component. If multiple components with the same name exist,
  +                        the one with the higher precedence will be installed. The defined precendence values are:
  +                    </para>
   
  +                    <itemizedlist>
                           <listitem>
                               <para><literal>BUILT_IN</literal> &mdash; Precedence of all built-in Seam
                               components</para>
  @@ -167,7 +177,6 @@
                               <para><literal>DEPLOYMENT</literal> &mdash; Precedence to use for components which
                                   override application components in a particular deployment</para>
                           </listitem>
  -
                       </itemizedlist>
                   </listitem>
               </varlistentry>
  
  
  



More information about the jboss-cvs-commits mailing list