Uses of Interface
org.springframework.beans.factory.ListableBeanFactory

Packages that use ListableBeanFactory
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
Support package for annotation-driven bean configuration.
AOT support for bean factories.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the org.springframework.beans.factory package.
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
Support classes for DAO implementations, providing miscellaneous utility methods.
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
Support classes for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.