goog.module('properties.Implementor');

goog.require('java.lang.Integer');
goog.require('nativebootstrap.Util');
goog.require('properties.Base');
goog.require('properties.Holder');
goog.require('properties.NumberHolder');
goog.require('vmbootstrap.Casts');

const Implementor = goog.require('properties.Implementor$impl');
exports = Implementor;
