com.google.gwt.maps.jsio.client
Annotation Type NoIdentity


@Documented
@Target(value=TYPE)
public @interface NoIdentity

This object disables maintaining a 1:1 identity mapping between a JSWrapper and the backing JSO. The "__gwtPeer" field will not be added to the JSO. Additionally, JSWrapper.setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject) will no longer throw MultipleWrapperException.