Uses of Package
io.microsphere.spring.config.context.annotation
Packages that use io.microsphere.spring.config.context.annotation
Package
Description
-
Classes in io.microsphere.spring.config.context.annotation used by io.microsphere.spring.config.context.annotationClassDescriptionAbstract base class for
ImportSelector
implementations that load aPropertySource
when aConfiguration
class is annotated with a specific annotation.Extension meta-annotation for Spring's@PropertySource
to overcome its limitations: The@PropertySource
annotation can't auto-refresh theproperty sources
The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource
AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
AbstractImportSelector
class to load thePropertySource
when theconfiguration
annotated the Enable annotation that meta-annotates@PropertySourceExtension
The resource ofPropertySource
The Refresher ofPropertySources'
forResource
A variant of the@PropertySource
annotation that has some limitations: The@PropertySource
annotation can't meta-annotate the another annotation The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource
-
Classes in io.microsphere.spring.config.context.annotation used by io.microsphere.spring.config.env.annotationClassDescriptionA variant of the
@PropertySource
annotation that has some limitations: The@PropertySource
annotation can't meta-annotate the another annotation The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource