goog.module('autovalue.AutoValueWithExtensions');

goog.require('autovalue.AutoValue_AutoValueWithExtensions');
goog.require('java.util.Objects');
goog.require('javaemul.internal.ValueType');
goog.require('nativebootstrap.Util');

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