package com.baeldung.sample; public interface Formatter { String format(); }