getDeclaredMixinsArguments<M> abstract method
Gets generic arguments from a specific declared mixin.
Type Parameters:
M
: The mixin type to examine
Returns:
- List of generic type arguments from direct declaration
- Empty list if mixin has no generics or is not declared
Implementation
List<Class> getDeclaredMixinsArguments<M>();