I am working on a spring boot application, where I have an interface I as follows:
I
public interface I { String getType(); void f1(); } <