For any enum that is going to be used as a config value,
add this annotation by adding @EnumDescription("Your description here.")
directly above the enum class declaration.
Then in your config property add .withDocumentation(YourEnum.class)
see EnumFieldDescription.java