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

goog.require('annotation.Main.InterfaceExtendingAnnotation.$LambdaAdaptor');
goog.require('java.lang.Class');
goog.require('java.lang.annotation.Annotation');
goog.require('nativebootstrap.Util');

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