goog.module('annotation.InterfaceExtendingAnnotation');

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

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