Class SystemProperty


public class SystemProperty extends LazyProperty<String>
Represents a system property whose value is read using System.getProperty(java.lang.String).

Unless fetch() is explicitly called, the value will only be read once and cached for later uses.