Open flavius opened 3 months ago
Initially I was asking for something which already exists.
However found something missing:
Is there an annotation for the UseCase abstraction?
Alistair Cockburn calls these primary ports of the domain model and names them For<business-processs>
For<business-processs>
Can you point me to an authoritative resource defining that? AFAIK, UseCases are only an abstraction in Clean Architecture, not Hexagonal.
Initially I was asking for something which already exists.
However found something missing:
Is there an annotation for the UseCase abstraction?
Alistair Cockburn calls these primary ports of the domain model and names them
For<business-processs>