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

com.github.dakusui.jcunit8.runners.junit4.annotations.From Maven / Gradle / Ivy

The newest version!
package com.github.dakusui.jcunit8.runners.junit4.annotations;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

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


@Retention(RUNTIME)
@Target(PARAMETER)
public @interface From {
  String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy