RichExternal

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class RichExternal(val cls: KClass<*>)

需要由外部提供绘制器或解析器的注入

Properties

Link copied to clipboard
val cls: Array<out KClass<*>>