@Target(value=TYPE) @Retention(value=RUNTIME) @Import(value=EncryptablePropertySourceConfiguration.class) public @interface EncryptablePropertySources
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.
EncryptablePropertySource| Modifier and Type | Required Element and Description |
|---|---|
EncryptablePropertySource[] |
value |
public abstract EncryptablePropertySource[] value
Copyright © 2020. All rights reserved.