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

com.github.aoreshin.junit5.allure.steps.PageObject Maven / Gradle / Ivy

There is a newer version: 83
Show newest version
package com.github.aoreshin.junit5.allure.steps;

import java.lang.annotation.*;

/** Annotation to mark classes, that implement interfaces marked with @StepRepository */
@Documented
@Inherited
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface PageObject {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy