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

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

Introduction

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

Usage

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

/**
 * Simple object instantiation strategy for use in a BeanFactory.
 *
 * <p>Does not support Method Injection, although it provides hooks for subclasses
 * to override to add Method Injection support, for example by overriding methods.
 *