getMixinsArguments<M> abstract method

List<Class> getMixinsArguments<M>()

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>();