goog.module('nullability.defaultnotnullable.DefaultNotNullable.ImplementsParameterizedInterface');

goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('nullability.defaultnotnullable.DefaultNotNullable');
goog.require('nullability.defaultnotnullable.DefaultNotNullable.ParameterizedInterface');
goog.require('vmbootstrap.Casts');

const ImplementsParameterizedInterface = goog.require('nullability.defaultnotnullable.DefaultNotNullable.ImplementsParameterizedInterface$impl');
exports = ImplementsParameterizedInterface;
