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

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

Introduction

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

Usage

From source file com.xybase.spring.CompScanNameGenerator.java

/**
 * <p> Service Name Generator for Spring Bean ID </p>
 *
 * @author Imam
 */
public class CompScanNameGenerator implements BeanNameGenerator {

From source file ubic.gemma.util.BeanNameGenerator.java

/**
 * Our \@Service etc. annotations in classes end up generating names with "Impl" on the end, unless we explicitly
 * provide a name. To avoid us having to do that explicit declaration, I wrote this.
 * 
 * @author paul
 * @version $Id: BeanNameGenerator.java,v 1.4 2012/05/27 02:58:37 paul Exp $

From source file ubic.gemma.persistence.util.BeanNameGenerator.java

/**
 * Our \@Service etc. annotations in classes end up generating names with "Impl" on the end, unless we explicitly
 * provide a name. To avoid us having to do that explicit declaration, I wrote this.
 *
 * @author paul
 */