Annotation Type DefaultPropertiesPropertySources
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @Import(io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySourcesLoader.class) public @interface DefaultPropertiesPropertySourcesA container annotation that holds multiple@DefaultPropertiesPropertySourceannotations.This annotation is used to declare multiple
DefaultPropertiesPropertySourceon a configuration class, allowing the configuration of multiple property sources with default properties in a Spring application context.Examples Usage
Basic Usage
{@code- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
DefaultPropertiesPropertySource,DefaultPropertiesPropertySourcesLoader,PropertySource,Configuration
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DefaultPropertiesPropertySource[]value
-
-
-
Element Detail
-
value
DefaultPropertiesPropertySource[] value
-
-