✨ Allow for recursive annotations (#97)
Co-authored-by: Mariell <proximyst@proximyst.com>
This commit is contained in:
parent
e26d01388d
commit
a68bc0bea7
3 changed files with 99 additions and 6 deletions
|
|
@ -25,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
- Allow for combined presence flags, such that `-a -b -c` is equivalent to `-abc`
|
||||
- Allow for class annotations as a default for when an annotation is not present on a method.
|
||||
- Allow for class annotations as a default for when an annotation is not present on a method
|
||||
- Allow for annotated annotations
|
||||
|
||||
### Fixed
|
||||
- Fix arguments with no required children not being executors (cloud-brigadier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue