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

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

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

import java.lang.annotation.*;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface QaseIgnore {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy