I have a properties file with a property with a List value (comma separated), how to write this property in a multi-line ? (backslash after the comma)?
If you mean the following; that just relies on backslash + end-of-line. I just found it documented in:
http://docs.oracle.com/javase/6/docs/api/java/util/Properties.html