9 lines
156 B
Plaintext
Raw Normal View History

@startuml
package com.iluwatar.message.channel {
class App {
- LOGGER : Logger {static}
+ App()
+ main(args : String[]) {static}
}
}
@enduml