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

uk.co.benjiweber.junitjs.Tests Maven / Gradle / Ivy

package uk.co.benjiweber.junitjs;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;

@Retention(RUNTIME)
public @interface Tests {
	String[] value();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy