Hi,
unfortunately there is a very low interest (~0.1% of users) in this feature so we decided to not to implement it right now. In case there will be larger interest we can implement it later.
Currently there is a small workaround how to support trait class:
- add entity for your trait
- export entity (
class
instead of trait
will be used)
- change
class
to trait
and skipper will not touch it again.
Thanks for this you can see trait classes and export it.