org.unitils.selenium.annotation.BaseUrl Maven / Gradle / Ivy
package org.unitils.selenium.annotation;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* The annotation for the default URL in the unitils.properties.
*
* @author Jeroen Horemans
* @author Thomas De Rycke
* @author Willemijn Wouters
* @since 1.0.0
*/
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface BaseUrl {
// empty
}