Skip to content

Commit c4e4ae7

Browse files
authored
Clearer documentation for ExtensionPoint (#11223)
1 parent 7e6c574 commit c4e4ae7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/src/main/java/hudson/ExtensionPoint.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,14 @@
3636
* in Jenkins that can be implemented by plugins.
3737
*
3838
* <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.
39+
* Use {@link Extension} to register an implementation.
40+
* Use {@link ExtensionList} to look for implementations.
4241
*
4342
* <p>
4443
* This interface is used for auto-generating
4544
* documentation.
4645
*
4746
* @author Kohsuke Kawaguchi
48-
* @see Plugin
49-
* @see Extension
5047
*/
5148
public interface ExtensionPoint {
5249
/**

0 commit comments

Comments
 (0)