Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions core/src/main/java/hudson/ExtensionPoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@
* in Jenkins that can be implemented by plugins.
*
* <p>
* See respective interfaces/classes for more about how to register custom
* implementations to Jenkins. See {@link Extension} for how to have
* Jenkins auto-discover your implementations.
* Use {@link Extension} to register an implementation.
* Use {@link ExtensionList} to look for implementations.
*
* <p>
* This interface is used for auto-generating
* documentation.
*
* @author Kohsuke Kawaguchi
* @see Plugin
* @see Extension
*/
public interface ExtensionPoint {
/**
Expand Down
Loading