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

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

Introduction

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

Usage

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

/**
 * Generic registry for shared bean instances, implementing the
 * {@link org.springframework.beans.factory.config.SingletonBeanRegistry}.
 * Allows for registering singleton instances that should be shared
 * for all callers of the registry, to be obtained via bean name.
 *