mirror of
https://github.com/aikar/commands.git
synced 2026-06-26 16:38:27 +00:00
Updated Dependency Injection (markdown)
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user