goog.module('jsmethod.JsMethodExample.SuperClassWithFinalMethod');

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

const SuperClassWithFinalMethod = goog.require('jsmethod.JsMethodExample.SuperClassWithFinalMethod$impl');
exports = SuperClassWithFinalMethod;
