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

io.qase.commons.annotation.CaseId Maven / Gradle / Ivy

The newest version!
package io.qase.commons.annotation;

import java.lang.annotation.*;

/**
 * @deprecated use {@link QaseId} instead.
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Deprecated
public @interface CaseId {
    long value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy