Package play.utils

Class OrderSafeProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

@NullMarked @CheckReturnValue public class OrderSafeProperties extends ConfProperties
Custom impl of java.util.properties that preserves the key-order from the file and that reads the properties-file in utf-8
See Also: