Interface PropertyField<A>

All Superinterfaces:
Field<A>
All Known Implementing Classes:
PropertyFieldImpl

public interface PropertyField<A> extends Field<A>
Description of a property of type A.

Implementations are supposed to be immutable.