提交 4672995e 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 ad95f93a
......@@ -23,6 +23,8 @@
*/
package hudson;
import jenkins.model.Jenkins;
import static java.lang.annotation.ElementType.TYPE;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
......@@ -30,12 +32,12 @@ import java.lang.annotation.Target;
/**
* Marker interface that designates extensible components
* in Hudson that can be implemented by plugins.
* in Jenkins that can be implemented by plugins.
*
* <p>
* See respective interfaces/classes for more about how to register custom
* implementations to Hudson. See {@link Extension} for how to have
* Hudson auto-discover your implementations.
* implementations to Jenkins. See {@link Extension} for how to have
* Jenkins auto-discover your implementations.
*
* <p>
* This interface is used for auto-generating
......@@ -48,7 +50,7 @@ import java.lang.annotation.Target;
public interface ExtensionPoint {
/**
* Used by designers of extension points (direct subtypes of {@link ExtensionPoint}) to indicate that
* the legacy instances are scoped to {@link jenkins.model.Jenkins} instance. By default, legacy instances are
* the legacy instances are scoped to {@link Jenkins} instance. By default, legacy instances are
* static scope.
*/
@Target(TYPE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册