Remove annotations inside catalog design model

This commit is contained in:
Theo Reichert 2023-11-16 18:42:48 +01:00 committed by Simon Bruder
parent 5eaf97d8db
commit 2c13637737
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -23,7 +23,7 @@ package Salespoint {
'+ addCategory(category : String) : boolean
'+ removeCategory(category : String) : boolean
+ getName() : String
+ getPrice() : @NonNull MonetaryAmount
+ getPrice() : MonetaryAmount
+ setPrice(MonetaryAmount) : void
'+ supports(quantity : Quantity) : boolean