-1 I see why you might want to add such a method, but I think that it might cause confusion. While this is verbose:
> private static final Map<Class<?>, BeanDictionary> defaultsCache = > new HashMap<Class<?>, BeanDictionary>(); it is still clear that I'm simply invoking a generic constructor. This makes me wonder what else create() might be doing: > private static final Map<Class<?>, BeanDictionary> defaultsCache = > HashMap.create();
