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

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

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