spring-framework / org.springframework.scheduling.config / AnnotationDrivenBeanDefinitionParser

AnnotationDrivenBeanDefinitionParser

open class AnnotationDrivenBeanDefinitionParser : BeanDefinitionParser

Parser for the 'annotation-driven' element of the 'task' namespace.

Author
Mark Fisher

Author
Juergen Hoeller

Author
Ramnivas Laddad

Author
Chris Beams

Author
Stephane Nicoll

Since
3.0

Constructors

<init>

AnnotationDrivenBeanDefinitionParser()

Parser for the 'annotation-driven' element of the 'task' namespace.

Functions

parse

open fun parse(element: Element, parserContext: ParserContext): BeanDefinition