Fix javadoc typo
This commit is contained in:
@@ -68,7 +68,7 @@ import org.springframework.util.StringUtils;
|
|||||||
* @see JmsListenerConfigurer
|
* @see JmsListenerConfigurer
|
||||||
* @see JmsListenerEndpointRegistrar
|
* @see JmsListenerEndpointRegistrar
|
||||||
* @see JmsListenerEndpointRegistry
|
* @see JmsListenerEndpointRegistry
|
||||||
* @see org.springframework.jms.config.AbstractJmsListenerEndpoint
|
* @see org.springframework.jms.config.JmsListenerEndpoint
|
||||||
* @see MethodJmsListenerEndpoint
|
* @see MethodJmsListenerEndpoint
|
||||||
*/
|
*/
|
||||||
public class JmsListenerAnnotationBeanPostProcessor
|
public class JmsListenerAnnotationBeanPostProcessor
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public interface JmsListenerConfigurer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback allowing a {@link org.springframework.jms.config.JmsListenerEndpointRegistry
|
* Callback allowing a {@link org.springframework.jms.config.JmsListenerEndpointRegistry
|
||||||
* JmsListenerEndpointRegistry} and specific {@link org.springframework.jms.config.AbstractJmsListenerEndpoint
|
* JmsListenerEndpointRegistry} and specific {@link org.springframework.jms.config.JmsListenerEndpoint
|
||||||
* JmsListenerEndpoint} instances to be registered against the given
|
* JmsListenerEndpoint} instances to be registered against the given
|
||||||
* {@link JmsListenerEndpointRegistrar}. The default
|
* {@link JmsListenerEndpointRegistrar}. The default
|
||||||
* {@link org.springframework.jms.config.JmsListenerContainerFactory JmsListenerContainerFactory}
|
* {@link org.springframework.jms.config.JmsListenerContainerFactory JmsListenerContainerFactory}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ public interface JmsHandlerMethodFactory {
|
|||||||
* JMS method endpoint.
|
* JMS method endpoint.
|
||||||
* @param bean the bean instance
|
* @param bean the bean instance
|
||||||
* @param method the method to invoke
|
* @param method the method to invoke
|
||||||
* @return an JMS-specific {@link InvocableHandlerMethod} suitable for that method
|
* @return a JMS-specific {@link InvocableHandlerMethod} suitable for that method
|
||||||
*/
|
*/
|
||||||
InvocableHandlerMethod createInvocableHandlerMethod(Object bean, Method method);
|
InvocableHandlerMethod createInvocableHandlerMethod(Object bean, Method method);
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ public class MethodJmsListenerEndpoint extends AbstractJmsListenerEndpoint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the {@link DefaultJmsHandlerMethodFactory} to use to build the
|
* Set the {@link JmsHandlerMethodFactory} to use to build the
|
||||||
* {@link InvocableHandlerMethod} responsible to manage the invocation
|
* {@link InvocableHandlerMethod} responsible to manage the invocation
|
||||||
* of this endpoint.
|
* of this endpoint.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user