Use plantuml syntax for generics in inventory dUML

This commit is contained in:
Simon Bruder 2023-11-02 20:03:49 +01:00
parent 6b8bb8dacb
commit 71063c2478
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ package Spring {
package Salespoint { package Salespoint {
interface DataInitializer interface DataInitializer
class Quantity class Quantity
interface UniqueInventory << T > UniqueInventoryItem >> interface UniqueInventory<T extends UniqueInventoryItem>
class UniqueInventoryItem class UniqueInventoryItem
} }
@ -43,4 +43,4 @@ package catering.inventory {
@enduml @enduml

Binary file not shown.