Annotation Type ImplementedBy


@Target(TYPE)
@Retention(RUNTIME)
public @interface ImplementedBy
Annotation is used to specify the implementation Class of the interface that extends WebElementFacade.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    java.lang.Class<? extends WebElementFacadeImpl> value