Service Provider
annotation class ServiceProvider(returnType: KClass<*>, params: Array<KClass<*>>)
Content copied to clipboard
Created by ZhangTao on 17/8/11.
Constructors
ServiceProvider
链接已复制到剪贴板
fun ServiceProvider(returnType: KClass<*> = ServiceProvider::class, params: Array<KClass<*>> = [])
Content copied to clipboard