package sample; /** * @version $Rev$ $Date$ */ public interface HelloCallback { String getLocale(); }