sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Support multiple inheritance of Java interfaces in bitemporal item classes. #40

Open sageserpent-open opened 6 years ago

sageserpent-open commented 6 years ago

If we can do Scala traits with implementation too, that's nice, but that is strictly a stretch goal. What is needed is being able to reference an item in events via mixed-in interfaces in addition to the main class inheritance spine.