Class CommentedProperties

java.lang.Object
java.util.Dictionary<K,​V>
java.util.Hashtable<Object,​Object>
java.util.Properties
org.apache.wiki.util.CommentedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,​Object>

public class CommentedProperties
extends Properties
Extends Properties by providing support for comment preservation. When the properties are written to disk, previous comments present in the file are preserved.
Since:
2.4.22
See Also:
Serialized Form