Interface DerivedAttribute<T>

Type Parameters:
T - the value type
All Superinterfaces:
Attribute<T>

public interface DerivedAttribute<T> extends Attribute<T>
An attribute which value is derived from one or more attributes.