Uses of Interface
org.springframework.context.EnvironmentAware
Packages that use EnvironmentAware
Package
Description
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.
-
Uses of EnvironmentAware in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement EnvironmentAwareModifier and TypeClassDescriptionclassBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses.class@Configurationclass that registers aAnnotationMBeanExporterbean. -
Uses of EnvironmentAware in org.springframework.context.support
Classes in org.springframework.context.support that implement EnvironmentAwareModifier and TypeClassDescriptionclassSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources.