Annotation Interface CamelCaseKeys


@Target(FIELD) @Retention(RUNTIME) public @interface CamelCaseKeys
Signifies that a NamedConfigValue only has elements with keys in lower camel case, for example 'v', 'value', 'valueOne' and 'valueOneAndTwo'.