spring-framework / org.springframework.context.annotation / ComponentScanBeanDefinitionParser

ComponentScanBeanDefinitionParser

open class ComponentScanBeanDefinitionParser : BeanDefinitionParser

Parser for the <context:component-scan/> element.

Author
Mark Fisher

Author
Ramnivas Laddad

Author
Juergen Hoeller

Since
2.5

Constructors

<init>

ComponentScanBeanDefinitionParser()

Parser for the <context:component-scan/> element.

Functions

parse

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