public abstract @interface

SingleJsoImpl

implements Annotation
com.google.gwt.core.client.SingleJsoImpl

Class Overview

This annotation may be placed on an interface to declare the single JavaScriptObject type that implements the interface. While it is not strictly necessary to use this annotation when declaring JSO subtypes that implement an interface, this annotation allows a developer to ensure that a specific JSO implementation will always be used.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation