We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExtensionPoint
1 parent 7e6c574 commit c4e4ae7Copy full SHA for c4e4ae7
core/src/main/java/hudson/ExtensionPoint.java
@@ -36,17 +36,14 @@
36
* in Jenkins that can be implemented by plugins.
37
*
38
* <p>
39
- * See respective interfaces/classes for more about how to register custom
40
- * implementations to Jenkins. See {@link Extension} for how to have
41
- * Jenkins auto-discover your implementations.
+ * Use {@link Extension} to register an implementation.
+ * Use {@link ExtensionList} to look for implementations.
42
43
44
* This interface is used for auto-generating
45
* documentation.
46
47
* @author Kohsuke Kawaguchi
48
- * @see Plugin
49
- * @see Extension
50
*/
51
public interface ExtensionPoint {
52
/**
0 commit comments