Package com.therouter.inject

Types

ClassWrapper
Link copied to clipboard
class ClassWrapper<T>(clazz: Class<T>, params: Any?)

Created by ZhangTao on 17/8/15.

Interceptor
Link copied to clipboard
interface Interceptor

Created by ZhangTao on 17/8/1.

NewInstance
Link copied to clipboard
annotation class NewInstance

Created by ZhangTao on 17/8/23.

RecyclerBin
Link copied to clipboard
class RecyclerBin

Created by ZhangTao on 17/8/1.

RecyclerLruCache
Link copied to clipboard
class RecyclerLruCache(maxSize: Int) : LruCache<ClassWrapper<*>?, Any?>
RouterInject
Link copied to clipboard
class RouterInject
ServiceProvider
Link copied to clipboard

Created by ZhangTao on 17/8/11.

Singleton
Link copied to clipboard
annotation class Singleton

Created by ZhangTao on 17/8/23.

Properties

CLASS_NAME
Link copied to clipboard
const val CLASS_NAME: String
PACKAGE
Link copied to clipboard
const val PACKAGE: String
SUFFIX
Link copied to clipboard
const val SUFFIX: String