type

@AliasFor(value = "value")
abstract fun type(): Array<Class<out Any>>

The types that are handled by the provided mix-in class. value is an alias for (and mutually exclusive with) this attribute.

Return

the mixed-in classes

Since

2.7.0