diff --git a/core/src/main/java/hudson/tools/ToolInstaller.java b/core/src/main/java/hudson/tools/ToolInstaller.java index 2aaec73d1d3787244e1e9b776479a2fdf2634698..0a6ef5d07c74d5e5436fc56652556fdb8c71c66b 100644 --- a/core/src/main/java/hudson/tools/ToolInstaller.java +++ b/core/src/main/java/hudson/tools/ToolInstaller.java @@ -42,12 +42,14 @@ import org.kohsuke.stapler.DataBoundConstructor; /** * An object which can ensure that a generic {@link ToolInstallation} in fact exists on a node. + * The properties can be added to {@link ToolInstallation} using the {@link InstallSourceProperty}. * * The subclass should have a {@link ToolInstallerDescriptor}. * A {@code config.jelly} should be provided to customize specific fields; * {@code } to customize {@code label}. * @see Tool Auto-Installation * @since 1.305 + * @see InstallSourceProperty */ public abstract class ToolInstaller implements Describable, ExtensionPoint {