12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
@startuml
|
|
package com.iluwatar.information.microservice {
|
|
class InformationApplication {
|
|
+ InformationApplication()
|
|
+ main(args : String[]) {static}
|
|
}
|
|
class InformationController {
|
|
+ InformationController()
|
|
+ getProductTitle() : String
|
|
}
|
|
}
|
|
@enduml |