Allow interception of command builders based on annotations in AnnotationParser

Fixes #179
This commit is contained in:
Alexander Söderberg 2020-12-18 18:59:59 +01:00 committed by Alexander Söderberg
parent c684c6607f
commit 9ed40a698a
3 changed files with 66 additions and 5 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `@Suggestions` annotated methods
- Added `@Parser` annotated methods
- Type safe meta system
- Allow interception of command builders based on annotations in AnnotationParser
### Changed
- Moved the parser injector registry into CommandManager and added injection to CommandContext