All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.beans.factory.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * The core package implementing Spring's lightweight Inversion of Control (IoC) container.
 *
 * 

Provides an alternative to the Singleton and Prototype design * patterns, including a consistent approach to configuration management. * Builds on the org.springframework.beans package. * *

This package and related packages are discussed in Chapter 11 of * Expert One-On-One J2EE Design and Development * by Rod Johnson (Wrox, 2002). */ @NonNullApi @NonNullFields package org.springframework.beans.factory; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy