goog.module('annotation.Main.Zoo');

goog.require('java.lang.annotation.Annotation');
goog.require('nativebootstrap.Util');

const Zoo = goog.require('annotation.Main.Zoo$impl');
exports = Zoo;
