Doggie Yang

Results 11 issues of Doggie Yang

enhancement

feature request

enhancement
wontfix

## General Question

good first issue
A-question

we need to do interface MyRegistration extends EventRegistration {} and eventBus.register(this, (MyRegistration) GWT.create(MyRegistration.class)); before using the @Subscribe. That is boilerplate code like in gwteventbinder the Event need to extend GenericEvent....

apply plugin: 'war' apply plugin: 'gwt' apply plugin: 'eclipse' apply plugin: 'eclipse-wtp' if this plugin could work with eclipse-wtp,the project will be a web project,so it can run a eclipse...

help wanted