Annotation Interface EncryptablePropertySources
@Target(TYPE)
@Retention(RUNTIME)
@Import(EncryptablePropertySourceConfiguration.class)
public @interface EncryptablePropertySources
Container annotation that aggregates several
EncryptablePropertySource annotations.
Can be used natively, declaring several nested EncryptablePropertySource annotations.
Can also be used in conjunction with Java 8's support for repeatable annotations,
where EncryptablePropertySource can simply be declared several times on the same
type, implicitly generating this container annotation.
- Version:
- $Id: $Id
- Author:
- Ulises Bocchio
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
EncryptablePropertySource[] value
-