Fix broken Javadoc related to < and >
This commit is contained in:
committed by
Sebastien Deleuze
parent
71e2d8e9de
commit
2defb6555e
@@ -39,7 +39,7 @@ import org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWe
|
||||
*
|
||||
* <p>Typically registered for the default bean name
|
||||
* "{@code loadTimeWeaver}"; the most convenient way to achieve this is
|
||||
* Spring's {@code <context:load-time-weaver>} XML tag.
|
||||
* Spring's {@code <context:load-time-weaver>} XML tag.
|
||||
*
|
||||
* <p>This class implements a runtime environment check for obtaining the
|
||||
* appropriate weaver implementation: As of Spring 4.0, it detects Oracle WebLogic 10,
|
||||
|
||||
@@ -60,7 +60,7 @@ import org.springframework.context.access.ContextSingletonBeanFactoryLocator;
|
||||
*
|
||||
* <p><b>WARNING: Do not define the same bean as Spring-managed bean and as
|
||||
* EJB3 session bean in the same deployment unit.</b> In particular, be
|
||||
* careful when using the {@code <context:component-scan>} feature
|
||||
* careful when using the {@code <context:component-scan>} feature
|
||||
* in combination with the deployment of Spring-based EJB3 session beans:
|
||||
* Make sure that the EJB3 session beans are <i>not</i> autodetected as
|
||||
* Spring-managed beans as well, using appropriate package restrictions.
|
||||
|
||||
@@ -34,8 +34,8 @@ import org.springframework.util.StringUtils;
|
||||
import org.springframework.util.xml.DomUtils;
|
||||
|
||||
/**
|
||||
* BeanDefinitionParser implementation for the '{@code <lang:groovy/>}',
|
||||
* '{@code <lang:jruby/>}' and '{@code <lang:bsh/>}' tags.
|
||||
* BeanDefinitionParser implementation for the '{@code <lang:groovy/>}',
|
||||
* '{@code <lang:jruby/>}' and '{@code <lang:bsh/>}' tags.
|
||||
* Allows for objects written using dynamic languages to be easily exposed with
|
||||
* the {@link org.springframework.beans.factory.BeanFactory}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user