@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=org.springframework.vault.annotation.VaultPropertySourceRegistrar.class) public @interface VaultPropertySources
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.
VaultPropertySource
Modifier and Type | Required Element and Description |
---|---|
VaultPropertySource[] |
value |
public abstract VaultPropertySource[] value
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.