LGTM w/EnumSet
http://gwt-code-reviews.appspot.com/1162801/diff/7001/8002 File user/src/com/google/gwt/requestfactory/server/RequestFactoryInterfaceValidator.java (right): http://gwt-code-reviews.appspot.com/1162801/diff/7001/8002#newcode178 user/src/com/google/gwt/requestfactory/server/RequestFactoryInterfaceValidator.java:178: | (foundService ? 1 << 1 : 0) | (foundServiceName ? 1 << 0 : 0); This is crafty and all, but wasn't EnumSet created so that human beings could read this kind of thing? http://gwt-code-reviews.appspot.com/1162801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
