getMixinsArguments<M> abstract method
Gets generic arguments from a specific applied mixin.
Type Parameters:
M
: The mixin type to examine
Returns:
- List of generic type arguments
- Empty list if mixin has no generics
Implementation
List<Class> getMixinsArguments<M>();