Service Provider
annotation class ServiceProvider(returnType: KClass<*>, params: Array<KClass<*>>)
Content copied to clipboard
Created by ZhangTao on 17/8/11.
Constructors
ServiceProvider
Link copied to clipboard
fun ServiceProvider(returnType: KClass<*> = ServiceProvider::class, params: Array<KClass<*>> = [])
Content copied to clipboard