Interface MapBuilder<K,V>

Type Parameters:
K - A type of the map keys.
V - A type of the map values.
All Superinterfaces:
ScopeBuilder

public interface MapBuilder<K,V> extends ScopeBuilder
A binding builder for map configurations. Creates a parameterized map of type <K, V>.
Since:
2.0.M1