annotations: Also apply builder modifiers from class (#303)

This commit is contained in:
Jason 2021-09-28 04:10:36 -05:00
parent a92ff9d39a
commit 3df3560d91
2 changed files with 6 additions and 1 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old
`execute` method
- Annotations: Apply builder modifiers from class annotations ([#303](https://github.com/Incendo/cloud/pull/303))
### Fixed
- Bukkit: Permission checking and syntax string for Bukkit '/help' command