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

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

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