Enum Class ServerConfig.Key

java.lang.Object
java.lang.Enum<ServerConfig.Key>
net.glowstone.util.config.ServerConfig.Key
All Implemented Interfaces:
Serializable, Comparable<ServerConfig.Key>, Constable
Enclosing class:
ServerConfig

public static enum ServerConfig.Key extends Enum<ServerConfig.Key>
An enum containing configuration keys used by the server.

NOTE: Do not use Collections.emptyList() as a default value because Jackson will alias it with any other instances of emptyLIst. Use a new instance of an empty ArrayList instead.