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

co.verisoft.fw.extentreport.Description Maven / Gradle / Ivy

Go to download

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