goog.module('typeannotations.TypeAnnotations');

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

const TypeAnnotations = goog.require('typeannotations.TypeAnnotations$impl');
exports = TypeAnnotations;
