net.thucydides.core.annotations
Annotation Type ImplementedBy


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ImplementedBy

Annotation is used to specify the implementation Class of the interface that extends WebElementFacade.


Required Element Summary
 Class<? extends WebElementFacadeImpl> value
           
 

Element Detail

value

public abstract Class<? extends WebElementFacadeImpl> value


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.