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