@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ConfigName
This annotation signals that the target field should be injected with the name that the config has received on the application configuration.
This implies the following restrictions:
String
Copyright © 2017 MuleSoft, Inc.. All rights reserved.