Package dev.prozilla.pine.common.property
package dev.prozilla.pine.common.property
-
ClassDescriptionA property with a boolean value.A property with a color value.A property whose value is determined by a boolean property and a corresponding property for each boolean state.A property with a float value.A property with an integer value.A decorator for string properties which joins strings.LazyProperty<T>A property that does not have a value until it is used for the first time.A property whose value is never
null.A property whose value is determined using the value of a string property and a parser.Property<T>A property with a value that may change in certain circumstances.A property with a string value.Represents a system property whose value is read usingSystem.getProperty(java.lang.String).