diff --git a/Dependency-Injection.md b/Dependency-Injection.md index 9164d59..d3ff3fd 100644 --- a/Dependency-Injection.md +++ b/Dependency-Injection.md @@ -1,6 +1,6 @@ > WIP! -#86 added the ability to use a simple dependency injection mechanism. This allows developers who don't need a big framework like guice to use "dependencies" (singleton objects like your plugin instance or some UserHandler) in your command classes. +[#86](https://github.com/aikar/commands/pull/86) added the ability to use a simple dependency injection mechanism. This allows developers who don't need a big framework like guice to use "dependencies" (singleton objects like your plugin instance or some UserHandler) in your command classes. This page aims to give a short introduction into this feature. ## Defining Dependencies