This commit is contained in:
Arjen Poutsma
2007-11-05 17:43:12 +00:00
parent 468b264912
commit 2e64fdf61d

View File

@@ -35,7 +35,7 @@ public abstract class AbstractAnnotationMethodEndpointMapping extends AbstractMe
implements BeanPostProcessor {
public final Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
return null;
return bean;
}
/** Returns the 'endpoint' annotation type. Default is {@link Endpoint}. */