Class Messages

java.lang.Object
com.google.web.bindery.requestfactory.apt.Messages

class Messages extends Object
Contains string-formatting methods to produce error messages. This class exists to avoid the need to duplicate error messages in test code. All method parameters in this class accept Object so that the production code can pass javax.lang.model types and the test code can pass Strings.