I do not know what I am missing and I am actually trying to debug my error... :
Computing all possible rebind results for 'com.gwtplatform.mvp.client.DesktopGinjector'
Rebinding com.gwtplatform.mvp.client.DesktopGinjector
Invoking generator com.google.gwt.inject.rebind.GinjectorGenerator
[WARN] Class javax.ws.rs.DELETE is used in Gin, but not available in GWT client code.
[WARN] Class javax.ws.rs.Path is used in Gin, but not available in GWT client code.
[WARN] Class
javax.ws.rs.POST is used in Gin, but not available in GWT client code.
[WARN] Class javax.ws.rs.GET is used in Gin, but not available in GWT client code.
[ERROR] Error injecting com.MS.client.application.events._Events_Presenter$MyProxy: Unable to create or inherit binding: No @Inject or default constructor found for com.MS.client.application.events._Events_Presenter$MyProxy
Path to required node:
com.MS.client.application.events._Events_Presenter$MyProxy [com.gwtplatform.mvp.client.gin.AbstractPresenterModule.bindPresenter(AbstractPresenterModule.java:124)]
[ERROR] Error injecting com.MS.client.application.events.Events_View$Binder: Unable to create or inherit binding: No @Inject or default constructor found for com.MS.client.application.events.Events_View$Binder
Path to required node:
com.MS.client.application.events.Events_View [com.gwtplatform.mvp.client.gin.AbstractPresenterModule.bindPresenter(AbstractPresenterModule.java:123)]
-> com.MS.client.application.events.Events_View$Binder [@Inject constructor of com.MS.client.application.events.Events_View]
[ERROR] Errors in 'gen/com/gwtplatform/mvp/client/DesktopGinjectorProvider.java'
[ERROR] Line 8: Failed to resolve 'com.gwtplatform.mvp.client.DesktopGinjector' via deferred binding
[WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
[WARN] com.gwtplatform.mvp.client.com_gwtplatform_mvp_client_DesktopGinjectorImpl