/** * @constructor * @extends {System.utils.IKey} * @param {string} key * @param {*} data */ System.utils.DataKey = function(key, data) {};