@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExampleValueString
If a configuration key has an enum type, then the 'example values' string is built up by just joining all enum keys together with a bar separator, but you
can add this annotation to the enum type to override this string.