Class AnnotationDrivenBeanDefinitionParser

java.lang.Object
org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class AnnotationDrivenBeanDefinitionParser extends Object implements BeanDefinitionParser
Parser for the 'annotation-driven' element of the 'task' namespace.
Since:
3.0
Author:
Mark Fisher, Juergen Hoeller, Ramnivas Laddad, Chris Beams, Stephane Nicoll