goog.module('emptymethod.EmptyMethod');

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

const EmptyMethod = goog.require('emptymethod.EmptyMethod$impl');
exports = EmptyMethod;
