Example usage for org.springframework.beans.factory.support BeanDefinitionReader interface-usage

List of usage examples for org.springframework.beans.factory.support BeanDefinitionReader interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.support BeanDefinitionReader interface-usage.

Usage

From source file org.springframework.beans.factory.support.AbstractBeanDefinitionReader.java

/**
 * Abstract base class for bean definition readers which implement
 * the {@link BeanDefinitionReader} interface.
 *
 * <p>Provides common properties like the bean factory to work on
 * and the class loader to use for loading bean classes.