提交 17cecbc6 编写于 作者: K kohsuke

added another marker annotation.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14066 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8690ec78
...@@ -6,6 +6,7 @@ import java.lang.annotation.Documented; ...@@ -6,6 +6,7 @@ import java.lang.annotation.Documented;
* Marks a test case to a bug reported in the mailing list. * Marks a test case to a bug reported in the mailing list.
* *
* @author Kohsuke Kawaguchi * @author Kohsuke Kawaguchi
* @see Url
*/ */
@Documented @Documented
public @interface Email { public @interface Email {
......
package org.jvnet.hudson.test;
import java.lang.annotation.Documented;
/**
* Marks a test case to a bug reported in the other sources.
*
* @author Kohsuke Kawaguchi
* @see Email
*/
@Documented
public @interface Url {
/**
* URL to the web page indicating a problem related to this test case.
*/
String value();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册