goog.module('genericmethod.GenericMethod.Content');

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

const Content = goog.require('genericmethod.GenericMethod.Content$impl');
exports = Content;
