12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
|
@startuml
|
||
|
package com.iluwatar.inventory.microservice {
|
||
|
class InventoryApplication {
|
||
|
+ InventoryApplication()
|
||
|
+ main(args : String[]) {static}
|
||
|
}
|
||
|
class InventoryController {
|
||
|
+ InventoryController()
|
||
|
+ getProductInventories() : int
|
||
|
}
|
||
|
}
|
||
|
@enduml
|