goog.module('genericconstructor.GenericConstructor');

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

const GenericConstructor = goog.require('genericconstructor.GenericConstructor$impl');
exports = GenericConstructor;
