8 lines
120 B
Plaintext

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