Annotation Type DefaultPropertiesPropertySources


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    @Import(io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySourcesLoader.class)
    public @interface DefaultPropertiesPropertySources
    A container annotation that holds multiple @DefaultPropertiesPropertySource annotations.

    This annotation is used to declare multiple DefaultPropertiesPropertySource on 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