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

Gavin King gavin.king at jboss.com
Mon Feb 5 00:53:54 EST 2007


  User: gavin   
  Date: 07/02/05 00:53:54

  Modified:    doc/reference/en/modules  annotations.xml
  Log:
  doc @Install
  
  Revision  Changes    Path
  1.52      +2 -0      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.51
  retrieving revision 1.52
  diff -u -b -r1.51 -r1.52
  --- annotations.xml	4 Feb 2007 17:42:27 -0000	1.51
  +++ annotations.xml	5 Feb 2007 05:53:53 -0000	1.52
  @@ -144,6 +144,8 @@
                       <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>
  +                     <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>
                       <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>
  
  
  



More information about the jboss-cvs-commits mailing list