Hi, I'm just stumbling over javadoc errors and found the following example in /incubator-tamaya-extensions/modules/injection/injection-api/src/main/java/org/apache/tamaya/inject/api/Config.java
<snip>
* <pre>
* {@code
* package a.b;
*
* public class ConfiguredItem{
*
* @Config({"b", "[a.b.deprecated.keys]", "a"})
* @ConfigDefault("myDefaultValue")
* private String aValue;
* }
* }
* </pre>
</snip>
Does the annotation ConfigDefault still exist?
Cheers,
Phil
