程序包 io.microsphere.spring.config.context.annotation
-
接口概要 接口 说明 PropertySourceExtensionLoader.ResourcePropertySourcesRefresher The Refresher ofPropertySources'
forResource
-
类概要 类 说明 AnnotatedPropertySourceLoader<A extends java.lang.annotation.Annotation> AbstractImportSelector
class to load thePropertySource
when theconfiguration
annotated the specified annotationPropertySourceExtensionAttributes<A extends java.lang.annotation.Annotation> AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
PropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>> AbstractImportSelector
class to load thePropertySource
when theconfiguration
annotated the Enable annotation that meta-annotates@PropertySourceExtension
PropertySourceExtensionLoader.PropertySourceResource The resource ofPropertySource
ResourcePropertySourceLoader ThePropertySourceExtensionLoader
Class forResourcePropertySource
-
注释类型概要 注释类型 说明 DefaultPropertiesPropertySource DefaultPropertiesPropertySources The annotation declaring the multiple@DefaultPropertiesPropertySource
PropertySourceExtension A meta-annotation extension for the Spring@PropertySource
that has some 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
ResourcePropertySource 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
ResourcePropertySources Container annotation that aggregates severalResourcePropertySource
annotations.