Interface MapAttribute<X,K,V>

Type Parameters:
X - The type the represented Map belongs to
K - The type of the key of the represented Map
V - The type of the value of the represented Map
All Superinterfaces:
Attribute<X,Map<K,V>>, Bindable<V>, PluralAttribute<X,Map<K,V>,V>

public interface MapAttribute<X,K,V> extends PluralAttribute<X,Map<K,V>,V>
Instances of the type MapAttribute represent persistent Map-valued attributes.
Since:
2.0