package Common; public interface Current_ { default String getDescription() { return "?"; } }