Note: This project has been discontinued.
Source code here is just for reference. It is kind of working, but it's not aware of generic types.
Mashbox is (another) Java Annotation Processor for GWT boilerplate code. Our focus is in lightweight solution.
Currently the project is in early alpha stage.
You have to checkout and build yourself. It's a maven project, so you can just install in your local repo and add it as dependency:
Project name generated using: http://mrsharpoblunto.github.io/foswig.js/ :)
<dependency>
<groupId>com.github.x3333</groupId>
<artifactId>mashbox</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
Copyright 2014 Tercio Gaudencio Filho.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.