9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
@startuml
|
||
|
package com.iluwatar.eip.message.channel {
|
||
|
class App {
|
||
|
- LOGGER : Logger {static}
|
||
|
+ App()
|
||
|
+ main(args : String[]) {static}
|
||
|
}
|
||
|
}
|
||
|
@enduml
|