9 lines
151 B
Plaintext
Raw Normal View History

2019-12-07 18:03:49 +02:00
@startuml
package com.iluwatar.pageobject {
class App {
- LOGGER : Logger {static}
- App()
+ main(args : String[]) {static}
}
}
@enduml