Fix javadoc typo
This commit is contained in:
parent
16273473cb
commit
515b9649fa
|
|
@ -68,7 +68,7 @@ import org.springframework.util.StringUtils;
|
|||
* @see JmsListenerConfigurer
|
||||
* @see JmsListenerEndpointRegistrar
|
||||
* @see JmsListenerEndpointRegistry
|
||||
* @see org.springframework.jms.config.AbstractJmsListenerEndpoint
|
||||
* @see org.springframework.jms.config.JmsListenerEndpoint
|
||||
* @see MethodJmsListenerEndpoint
|
||||
*/
|
||||
public class JmsListenerAnnotationBeanPostProcessor
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public interface JmsListenerConfigurer {
|
|||
|
||||
/**
|
||||
* 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
|
||||
* {@link JmsListenerEndpointRegistrar}. The default
|
||||
* {@link org.springframework.jms.config.JmsListenerContainerFactory JmsListenerContainerFactory}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ public interface JmsHandlerMethodFactory {
|
|||
* JMS method endpoint.
|
||||
* @param bean the bean instance
|
||||
* @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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
* of this endpoint.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue