Add injection services (#211)

*  Add injection services

* Change dependency scope for Guice
This commit is contained in:
Alexander Söderberg 2021-01-14 07:31:53 +01:00
parent 0b6a554946
commit 2cf743c805
9 changed files with 310 additions and 25 deletions

View file

@ -10,8 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Expose the Command which led to `InvalidCommandSenderException`s
- Expose the CommandContext which led to `CommandExecutionException`s
- Added helper methods for command flags to MutableCommandBuilder
- Added injection services
- Added a Guice injection service
- Add predicate permissions
### Deprecated
- Deprecated ParameterInjectorRegistry#injectors
## [1.3.0] - 2020-12-18
### Added
@ -28,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- String keyed command meta
- Deprecated ParameterInjectorRegistry#injectors
### Fixed
- Fixed issue with task synchronization