1 package sample.basic;2 3 /**4 * This class will have a mock generated that doesn't follow the usual5 * naming conventions.6 *7 * @mock:generate class="MagicalMockThing"8 */9 public interface AnotherName {10 11 String eatThings( Object food );12 13 }14