goog.module('companion.CompanionWithJvmAnnotations');

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

const CompanionWithJvmAnnotations = goog.require('companion.CompanionWithJvmAnnotations$impl');
exports = CompanionWithJvmAnnotations;
