Annotation Type NamedUrl


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface NamedUrl
    Define the URLs that a given Page Object works with. A Page Object is designed to work with a particular page. This annotation lets you define a URL or a set of URLs that work with a particular page.
    Author:
    johnsmart
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name  
      String url