Author: dan.j.allen
Date: 2009-11-04 14:52:20 -0500 (Wed, 04 Nov 2009)
New Revision: 4683
Modified:
doc/trunk/reference/en-US/injection.xml
Log:
add literal tags
Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml 2009-11-04 19:51:49 UTC (rev 4682)
+++ doc/trunk/reference/en-US/injection.xml 2009-11-04 19:52:20 UTC (rev 4683)
@@ -85,8 +85,8 @@
<itemizedlist>
<listitem>
<para>
- First, the container calls the bean constructor (the default constructor
or the one annotated @Inject), to
- obtain an instance of the bean.
+ First, the container calls the bean constructor (the default constructor
or the one annotated
+ <literal>@Inject</literal>), to obtain an instance of the
bean.
</para>
</listitem>
<listitem>
Show replies by date