package edu.ualberta.med.biobank.common.i18n; public interface IFormattable { String format(Object... object); }