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

Peter Muir peter at bleepbleep.org.uk
Tue Jul 10 18:05:54 EDT 2007


  User: pmuir   
  Date: 07/07/10 18:05:54

  Modified:    doc/reference/en/modules  annotations.xml
  Log:
  JBSEAM-1637
  
  Revision  Changes    Path
  1.70      +7 -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.69
  retrieving revision 1.70
  diff -u -b -r1.69 -r1.70
  --- annotations.xml	26 Jun 2007 20:52:00 -0000	1.69
  +++ annotations.xml	10 Jul 2007 22:05:54 -0000	1.70
  @@ -351,6 +351,13 @@
                                   <literal>scope</literal> &#8212; specifies the scope that Seam should bind the
                                   returned value to. Only meaningful for factory methods which return a value. </para>
                           </listitem>
  +                        <listitem>
  +                        	<para>
  +                        		<literal>autoCreate</literal> &#8212; specifies that this factory method should be 
  +                        		automatically called whenever the variable is asked for, even if @In does not specify 
  +                        		create=true. 
  +                        	</para>
  +                        </listitem>
                       </itemizedlist>
                   </listitem>
               </varlistentry>
  
  
  



More information about the jboss-cvs-commits mailing list