Closed
Description
It's quite common to use enums for configuration properties, but the configuration processor is currently unable to extract the default value for those (because of lack of support in JavaCompilerFieldValuesParser
). This means that the generated configuration JSON specification is currently incomplete/incorrect wrt. to enum properties. Unless this functionality has been left out on purpose I can take a stab at adding it.