Default values on Beaned method in Kotlin

后端 未结 0 1340
一生所求
一生所求 2020-12-24 06:59

Got the class and interface that looks like:

interface ClassName {
    fun foo(param1: Int): Int
}

@Bean
class ClassNameImplementation : ClassName {
    fun          


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题