2019-12-07 18:03:49 +02:00

9 lines
151 B
Plaintext

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