Class Property<T>

java.lang.Object
VASSAL.property.Property<T>
Type Parameters:
T - the class of the value of this Property

public final class Property<T> extends Object
Represents a named property with a specified type. A Property may optionally specify a default value, to be used when no other value is available.
Since:
3.2.0
Author:
Joel Uckelman