mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
283868d5b3
commit
427f9cafa4
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue