Interface PropertyMetadata<V>

Type Parameters:
V - type of the property value.
All Known Implementing Classes:
AbstractPropertyMetadata

public interface PropertyMetadata<V>
Metadata of a Property. Implementations of PropertyMetadata are supposed to be immutable. It is discouraged and may have odd effects if the PropertyMetadata changes after it has been passed to the constructor of a property.
Since:
1.0.0