How can we create an object of interface with Spring to autowire it but it wrong to create the same object in java?

后端 未结 0 1337
忘掉有多难
忘掉有多难 2020-12-18 17:51

Let\'s say we have an interface as "ABC.java"

interface ABC {
    public void hello();
}

Now we have a class like "ABCimpl.jav

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