A proof-of-concept adapter for using Dagger with GWT.
Currently, the code generated by Dagger itself is leveraged as much as possible. This leads to suboptimal GWT code: many things done at runtime that could have been done at compile time, probably doesn't play well with code splitting, etc. Also, singletons are not yet implemented.