goog.module('jsfunction.ClassWithJsFunctionProperty');

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

const ClassWithJsFunctionProperty = goog.require('jsfunction.ClassWithJsFunctionProperty$impl');
exports = ClassWithJsFunctionProperty;
