getDeclaredMixins<I> abstract method
Gets declared mixins of specific type (non-transitive).
Type Parameters:
I
: The mixin type to filter for
Returns:
- List of matching declared mixins
- Empty list if none found
- Only includes direct declarations, not inherited
Implementation
List<Class<I>> getDeclaredMixins<I>();