Example usage for org.springframework.beans.factory.config AutowireCapableBeanFactory interface-usage

List of usage examples for org.springframework.beans.factory.config AutowireCapableBeanFactory interface-usage

Introduction

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

Usage

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

/**
 * Abstract bean factory superclass that implements default bean creation,
 * with the full capabilities specified by the {@link RootBeanDefinition} class.
 * Implements the {@link org.springframework.beans.factory.config.AutowireCapableBeanFactory}
 * interface in addition to AbstractBeanFactory's {@link #createBean} method.
 *