Example usage for org.springframework.beans.factory.support SimpleInstantiationStrategy subclass-usage

List of usage examples for org.springframework.beans.factory.support SimpleInstantiationStrategy subclass-usage

Introduction

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

Usage

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

/**
 * Default object instantiation strategy for use in BeanFactories.
 *
 * <p>Uses CGLIB to generate subclasses dynamically if methods need to be
 * overridden by the container to implement <em>Method Injection</em>.
 *

From source file com.liferay.arkadiko.bean.AKBeanPostProcessor.java

/**
 * @author Raymond Aug
 */
public class AKBeanPostProcessor extends SimpleInstantiationStrategy
        implements BeanFactoryPostProcessor, BeanPostProcessor, Ordered {