oblak/examples/example-bukkit
Alexander Söderberg 74fd40f403 feat(annotations): add @CommandMethod annotation processing (#366)
We now verify the following at compile time:
- That `@CommandMethod` annotated methods are non-static (error)
- That `@CommandMethod` annotated methods are public (warning)
- That the `@CommandMethod` syntax and specified `@Argument`s match
- That no optional argument precedes a required argument
2022-06-18 22:52:58 -07:00
..
src/main feat(annotations): add @CommandMethod annotation processing (#366) 2022-06-18 22:52:58 -07:00
build.gradle.kts feat(annotations): add command containers (#364) 2022-06-18 22:52:58 -07:00