goog.module('implementsgenericinterface.GenericInterfaceGenericImpl');

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

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