ru.yandex.qatools.allure.annotations.Description Maven / Gradle / Ivy
package ru.yandex.qatools.allure.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Dmitry Baev [email protected]
* Date: 10.24.13
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface Description {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy