Annotation Interface VaultPropertySources
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(org.springframework.vault.annotation.VaultPropertySourceRegistrar.class)
public @interface VaultPropertySources
Container annotation that aggregates several
VaultPropertySource
annotations.
Can be used natively, declaring several nested VaultPropertySource
annotations.
Can also be used in conjunction with Java 8's support for repeatable
annotations, where VaultPropertySource
can simply be declared several
times on the same type, implicitly generating this
container annotation.
- Author:
- Mark Paluch
- See Also:
-
Required Element Summary
-
Element Details
-
value
VaultPropertySource[] value
-