goog.module('autovalue.AutoValueWithBuilder.Builder');

goog.require('autovalue.AutoValueWithBuilder');
goog.require('java.lang.IllegalStateException');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Exceptions');
goog.require('vmbootstrap.Primitives');

const Builder = goog.require('autovalue.AutoValueWithBuilder.Builder$impl');
exports = Builder;
