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 interfaceResourcePropertySourceA variant of the@PropertySourceannotation that has some limitations: The@PropertySourceannotation can't meta-annotate the another annotation The@PropertySourceannotation can't control the order ofPropertySourceThe@PropertySourceannotation can't beinheritedThePropertySource#value()attribute does not support theresourcelocation wildcards ThePropertySource#encoding()attribute does not specify the default encoding for theresource
-