goog.module('implementsgenericinterface.GenericInterfaceImpl');

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

const GenericInterfaceImpl = goog.require('implementsgenericinterface.GenericInterfaceImpl$impl');
exports = GenericInterfaceImpl;
