Handle duplicate code in concrete implementations of an interface in Spring boot application

后端 未结 0 605
礼貌的吻别
礼貌的吻别 2020-12-11 06:13

I am working on a spring boot application, where I have an interface I as follows:

public interface I {

   String getType();

   void f1();

}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题