From e5908c7906a9c637b1affc07bd0edff26f2c7542 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Thu, 25 Jan 2018 21:58:33 +0100 Subject: [PATCH] Updated Dependency Injection (markdown) --- Dependency-Injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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