All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unitils.selenium.annotation.BaseUrl Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy