goog.module('gwtincompatible.Implementor');

goog.require('gwtincompatible.Interface');
goog.require('gwtincompatible.Interface.ClassWithAbstractMethod');
goog.require('gwtincompatible.Interface.NestedInterface');
goog.require('nativebootstrap.Util');

const Implementor = goog.require('gwtincompatible.Implementor$impl');
exports = Implementor;
