value

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

Alias for the type attribute. Allows for more concise annotation declarations e.g.: @JsonMixin(MyType.class) instead of @JsonMixin(type=MyType.class).

Return

the mixed-in classes

Since

2.7.0