且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从Java使用Kotlin单例

更新时间:2023-12-03 13:46:40

@JvmStatic 注释函数,以便在编译时生成真正的静态Java函数.

Annotate your function with @JvmStatic so a real static java function is generated when compiling.