goog.module('genericmethod.Content');

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

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