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


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

This prevents the generated JSWrapper implementation from modifying the underlying JavaScriptObject. This implies NoIdentity. Invoking a bean-style getter when the underlying JavaScriptObject does not contain a value for the property will result in undefined behavior.