goog.module('dataclass.AbstractType');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const AbstractType = goog.require('dataclass.AbstractType$impl');
exports = AbstractType;
