documentation fixes (SPR-9025, SPR-9027)
This commit is contained in:
@@ -1437,7 +1437,7 @@ package fiona.apple;
|
||||
|
||||
<lineannotation>// Spring-API imports</lineannotation>
|
||||
import org.springframework.beans.BeansException;
|
||||
import org.springframework.context.Applicationcontext;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.ApplicationContextAware;
|
||||
|
||||
public class CommandManager implements ApplicationContextAware {
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
</interfacename> registration is through <interfacename>ApplicationContext
|
||||
</interfacename> auto-detection (as described above), it is also
|
||||
possible to register them <emphasis>programmatically</emphasis>
|
||||
against an <interfacename>ApplicationContext</interfacename> using the
|
||||
against a <interfacename>ConfigurableBeanFactory</interfacename> using the
|
||||
<methodname>addBeanPostProcessor</methodname> method. This can be useful
|
||||
when needing to evaluate conditional logic before registration, or even
|
||||
for copying bean post processors across contexts in a hierarchy. Note
|
||||
|
||||
Reference in New Issue
Block a user