Documentation cleanup.

Move classic aop-api chapter to appendix
Move JMS 1.0.2 related documentation to appendix
Remove references to Commons Annotations and source level metadata abstraction
Fix program highlighting issue in beans.xml
This commit is contained in:
Mark Pollack
2009-06-09 21:29:53 +00:00
parent 503f69b960
commit 278488d11e
6 changed files with 3199 additions and 1340 deletions

View File

@@ -2525,7 +2525,7 @@ public class ReplacementComputeValue implements MethodReplacer {
<para>The bean definition to deploy the original class and specify the
method override would look like this:</para>
<programlisting language="xml">&lt;bean id="myValueCalculator class="x.y.z.MyValueCalculator"&gt;
<programlisting language="xml">&lt;bean id="myValueCalculator" class="x.y.z.MyValueCalculator"&gt;
<lineannotation>&lt;!-- arbitrary method replacement --&gt;</lineannotation>
&lt;replaced-method name="computeValue" replacer="replacementComputeValue"&gt;