Annotation Interface WebServer


@Retention(RUNTIME) public @interface WebServer
  • Element Details

    • port

      int port
      Default:
      8080
    • verbose

      boolean verbose
      Default:
      false
    • path

      String path
      Default:
      ""
    • notFound

      String notFound
      Default:
      "/404.html"
    • name

      String name
      Default:
      "www"
    • https

      boolean https
      Default:
      false
    • keyStoreLocation

      String keyStoreLocation
      Default:
      ""
    • keyStorePassword

      String keyStorePassword
      Default:
      ""
    • type

      Default:
      WEB