[seam-commits] Seam SVN: r9923 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 13 03:06:45 EST 2009
Author: nico.ben
Date: 2009-01-13 03:06:44 -0500 (Tue, 13 Jan 2009)
New Revision: 9923
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Annotations.xml
Log:
Doc update (improvement)
Modified: trunk/doc/Seam_Reference_Guide/en-US/Annotations.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Annotations.xml 2009-01-12 20:09:13 UTC (rev 9922)
+++ trunk/doc/Seam_Reference_Guide/en-US/Annotations.xml 2009-01-13 08:06:44 UTC (rev 9923)
@@ -436,7 +436,7 @@
<para>
The next annotation supports the <emphasis>manager component</emphasis>
- pattern, where a Seam component that manages the lifecycle of an
+ pattern; a Seam component manages the lifecycle of an
instance of some other class that is to be injected. It appears on a
component getter method.
</para>
@@ -459,7 +459,7 @@
<para>
The next annotation supports the <emphasis>factory component</emphasis>
- pattern, where a Seam component is responsible for initializing the
+ pattern; a Seam component is responsible for initializing the
value of a context variable. This is especially useful for initializing
any state needed for rendering the response to a non-faces request. It
appears on a component method.
More information about the seam-commits
mailing list