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