The method getByName(String) of type UserServiceImpl must override or implement a supertype method(示

Posted wlcysys

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The method getByName(String) of type UserServiceImpl must override or implement a supertype method(示相关的知识,希望对你有一定的参考价值。

The method getByName(String) of type UserServiceImpl must override or implement a supertype method

翻译:UserServiceImpl类型的getByName(String)方法必须覆盖或实现超类型方法

 

小白我来解释一下,出现这个错误警告是因为没有实现父类的方法

 

解决的方法

  1.刚刚的UserServiceI接口忘记保存了

  2.接口中的方法没有完全实现

以上是关于The method getByName(String) of type UserServiceImpl must override or implement a supertype method(示的主要内容,如果未能解决你的问题,请参考以下文章

支持 getByName 的最简单的 Unostructure

The parameter to the method is the basic data type

InetAddress.getByName(ip).isReachable(timeout);

[java语言]——InetAddress类的getByName()方法

The method Inflate() in android

Jquery ajax get request to aspx web method not hit the breakpoint in the method and error is json pa