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

munit.IgnoreSuite Maven / Gradle / Ivy

There is a newer version: 1.0.0-M10
Show newest version
package munit;

import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Retention;

@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoreSuite {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy