Uses of Class
org.springframework.context.annotation.AnnotatedBeanDefinitionReader
Packages that use AnnotatedBeanDefinitionReader Package Description org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.Uses of AnnotatedBeanDefinitionReader in org.springframework.web.context.support
Methods in org.springframework.web.context.support that return AnnotatedBeanDefinitionReader Modifier and Type Method Description protected AnnotatedBeanDefinitionReaderAnnotationConfigWebApplicationContext. getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory beanFactory)Build anAnnotatedBeanDefinitionReaderfor the given bean factory.