Binder

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Binder(val id: String = "", val scope: Binder.Scope = Scope.DEFAULT)(source)

用于注册绑定器的注解。 标记在一个 ParameterBinderFactory 类型上, 用于标记其 binder 的部分额外信息。

Types

Link copied to clipboard

Binder 中的作用域。

Properties

Link copied to clipboard
val id: String

注册的binder的id

Link copied to clipboard

注册的binder的作用域