I have a properties configuration file with properties that have many values separated by commas. I want to put comments next to some of them, but it seems that this is not possible?
I want to do something like this:
property: value1,\ value2,\ ... value44,\ value45,\
Clarification: I supply a config for a web service that I don’t own, so I can’t use one of the extensions for the property format, for example bracket-properties
java configuration
B johnson
source share