Below are revisions for this snippet.
java.util.Properties Enhanced
This is enhanced version of java.util.Properties that:
Preserves order of Properties read from file if LinkedHashMap used.
Preserves comments in header and scattered throughout file.
It's by no means perfect, but a good start for anyone that once the above features.






