- All Implemented Interfaces:
- CollectionService
@SingletonOverride(implFor=CollectionService.class,
priority=-2147483647)
public class CollectionServiceGwtDev
extends CollectionServiceDefault
implements CollectionService
Because gwt prod uses low-level JSO collection types,
we must override gwt dev with our default java.util backed
default collection service.
You may have your own collection library you may with to adapt,
and can simply annotate an override with priority > Integer.MIN_VALUE,
and add the correct @Gwt___Platform annotations.
- Author:
- "James X. Nelson (james@wetheinter.net)"