Class AnnotationCommandHandlerBeanPostProcessor

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor

@Deprecated public class AnnotationCommandHandlerBeanPostProcessor extends AbstractAnnotationHandlerBeanPostProcessor<MessageHandler<CommandMessage<?>>,AnnotationCommandHandlerAdapter<?>>
Deprecated.
Spring Bean post processor that automatically generates an adapter for each bean containing CommandHandler annotated methods.
Since:
0.5
Author:
Allard Buijze