Hi, On Tue, May 3, 2011 at 4:00 PM, Vidar Ramdal <[email protected]> wrote: > ...IMO it would be better if the entire map specification > was provided by a separate component, say a PathMapProvider (in lack > of a better name): > > public interface PathMapProvider { > public List<MapEntry> getResolveMaps(); > public Collection<MapEntry> getMapMaps(); > } >
Sounds like a good idea, to make things more dynamic. -Bertrand
