Package dev.prozilla.pine.common.property
package dev.prozilla.pine.common.property
-
ClassDescriptionUtility methods for color properties.A property with a value that never changes.LazyProperty<T>A property that does not have a value until it is used for the first time.A property whose value can be changed using a setter.Represents a system property whose value is read using
System.getProperty(java.lang.String)
.A property with a value that may change in certain circumstances.