One nit and one question about redundant getters.
http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005 File user/src/com/google/gwt/autobean/rebind/model/JBeanMethod.java (right): http://gwt-code-reviews.appspot.com/1320801/diff/3001/4005#newcode30 user/src/com/google/gwt/autobean/rebind/model/JBeanMethod.java:30: public enum JBeanMethod { Might as well make constants for IS, HAS and GET http://gwt-code-reviews.appspot.com/1320801/diff/3001/4024 File user/src/com/google/gwt/requestfactory/server/ReflectiveServiceLayer.java (right): http://gwt-code-reviews.appspot.com/1320801/diff/3001/4024#newcode74 user/src/com/google/gwt/requestfactory/server/ReflectiveServiceLayer.java:74: Class<?> domainType, String property) { Should we check for redundant methods? (is or has or get, oh my)? Or perhaps the java bean spec has precedence defined? What a stupid, stupid convention this is. http://gwt-code-reviews.appspot.com/1320801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
