goog.module('jsproperties.Bar');

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

const Bar = goog.require('jsproperties.Bar$impl');
exports = Bar;
