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