提交 6e02aa91 编写于 作者: K Kohsuke Kawaguchi

doc improvements

上级 17981489
......@@ -9,11 +9,14 @@ import java.lang.annotation.Annotation;
import java.io.File;
import junit.framework.TestCase;
import org.jvnet.hudson.test.recipes.Recipe;
/**
* Meta-annotation for recipe annotations, which controls
* the test environment set up.
*
* This is JUnit4 version of {@link Recipe}.
*
* @author Kohsuke Kawaguchi
*/
......
......@@ -34,12 +34,15 @@ import java.lang.annotation.Annotation;
import java.io.File;
import junit.framework.TestCase;
import org.jvnet.hudson.test.JenkinsRecipe;
/**
* Meta-annotation for recipe annotations, which controls
* the test environment set up.
*
* This is JUnit3 version of {@link JenkinsRecipe}
*
* @author Kohsuke Kawaguchi
*/
@Retention(RUNTIME)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册