Here is a sample code to regenerate this:
package com.example.demo; public interface Fruit { void describe(); }
Two Fruits implements this i