Class StubGeneratorContext

java.lang.Object
com.google.gwt.core.ext.StubGeneratorContext
All Implemented Interfaces:
GeneratorContext

public class StubGeneratorContext extends Object implements GeneratorContext
An abstract generator context class which by default throws UnsupportedOperationException for all methods. Implementing classes can selectively override individual methods. Useful for mocking and/or selective reuse of generator functionality.