Package io.microsphere.spring.config.context.annotation
package io.microsphere.spring.config.context.annotation
-
ClassDescriptionAnnotatedPropertySourceLoader<A extends Annotation>Abstract
ImportSelector
class to load thePropertySource
when theconfiguration
annotated the specified annotationThe annotation declaring the multiple@DefaultPropertiesPropertySource
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
PropertySourceExtensionAttributes<A extends Annotation>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
ThePropertySourceExtensionLoader
Class forResourcePropertySource
Container annotation that aggregates severalResourcePropertySource
annotations.