アノテーションインターフェース VaultPropertySources


@TargetSE(TYPESE) @RetentionSE(RUNTIMESE) @DocumentedSE @Import(org.springframework.vault.annotation.VaultPropertySourceRegistrar.class) public @interface VaultPropertySources
いくつかの VaultPropertySource アノテーションを集約するコンテナーアノテーション。

ネイティブに使用でき、ネストされた VaultPropertySource アノテーションをいくつか宣言します。Java 8 の繰り返し可能なアノテーションのサポートと組み合わせて使用することもできます。VaultPropertySourceは同じ型SEで複数回宣言するだけで、このコンテナーアノテーションを暗黙的に生成できます。

作成者:
Mark Paluch
関連事項: