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:
@@ -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"><bean id="myValueCalculator class="x.y.z.MyValueCalculator">
|
||||
<programlisting language="xml"><bean id="myValueCalculator" class="x.y.z.MyValueCalculator">
|
||||
|
||||
<lineannotation><!-- arbitrary method replacement --></lineannotation>
|
||||
<replaced-method name="computeValue" replacer="replacementComputeValue">
|
||||
|
||||
Reference in New Issue
Block a user