From 427f9cafa44007adba2dff751b81fcd6b97a2ca6 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 17 Mar 2016 01:36:13 +0400 Subject: [PATCH] Comment. --- .../main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt index 9ee3f4dc..8be10a57 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/api/IClasspathDependency.kt @@ -8,6 +8,9 @@ import java.util.concurrent.Future * Encapsulate a dependency that can be put on the classpath. This interface * has two subclasses: FileDependency, a physical file, and MavenDependency, * which represents a dependency living in a Maven repo. + * + * You can instantiate either of these concrete classes with DependencyManager#createMaven + * and DependencyManager#createFile. */ interface IClasspathDependency { /** Identifier for this dependency */