maybe someone knows how to add List<Any> or List<*> variable in databinding with any type?
When type is known it is done like this:
<data>
<import type="java.util.List" />
<variable
name="list"
type="List<String>" />
</data>