Interface BeanMap<T>

Type Parameters:
T - type Generic
All Superinterfaces:
Map<String,Object>

public interface BeanMap<T> extends Map<String,Object>
Simple class that provides a map interface over a bean.
Since:
1.0
Author:
Graeme Rocher