getAllMixins abstract method

List<Class> getAllMixins()

Gets all mixins applied to this class.

Returns:

  • List of all mixins (including those from superclasses)
  • Empty list if no mixins applied

Implementation

List<Class> getAllMixins();