Uses of Class
io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Packages that use PropertySourceExtension Package Description io.microsphere.spring.config.context.annotation -
-
Uses of PropertySourceExtension in io.microsphere.spring.config.context.annotation
Classes in io.microsphere.spring.config.context.annotation with annotations of type PropertySourceExtension Modifier and Type Class Description interface
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
-