diff options
Diffstat (limited to 'documentation/gwt/gwt-connector.asciidoc')
-rw-r--r-- | documentation/gwt/gwt-connector.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-connector.asciidoc b/documentation/gwt/gwt-connector.asciidoc index 9872e73dbe..f8fcb5dbe3 100644 --- a/documentation/gwt/gwt-connector.asciidoc +++ b/documentation/gwt/gwt-connector.asciidoc @@ -23,7 +23,7 @@ The basic tasks of a connector is to hook up to the widget and handle events from user interaction and changes received from the server. A connector also has a number of routine infrastructure methods which need to be implemented. - +[source,java] ---- @Connect(MyComponent.class) public class MyComponentConnector |