co.verisoft.fw.extentreport.Description Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-api Show documentation
Show all versions of test-api Show documentation
VeriSoft framework for testing web and mobile applications. junit 5 Module
The newest version!
package co.verisoft.fw.extentreport;
import org.apiguardian.api.API;
import java.lang.annotation.*;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@API(
status = API.Status.STABLE,
since = "0.1.1"
)
public @interface Description {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy