dev.galasa.selenium.SeleniumManagerField Maven / Gradle / Ivy
The newest version!
/*
* Copyright contributors to the Galasa project
*
* SPDX-License-Identifier: EPL-2.0
*/
package dev.galasa.selenium;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import java.lang.annotation.ElementType;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface SeleniumManagerField {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy