@Target([AnnotationTarget.CLASS]) annotation class FactoryType
Change the factory type to one of the super types of the annotated classes.
value
- Register the annotated class with one of its super types.
FactoryType(value: KClass<*>)
Change the factory type to one of the super types of the annotated classes. |
val value: KClass<*>
Register the annotated class with one of its super types. |