at.willhaben.willtest.junit5.BrowserUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core classes with as few dependencies as possible
package at.willhaben.willtest.junit5;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface BrowserUtil {
Class extends BrowserUtilExtension>[] value() default {};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy