oblak/cloud-annotations/src/main/java/cloud/commandframework/annotations
zml 1e91273e0e Work towards making CommandMeta typesafe (#173)
Co-authored-by: Alexander Söderberg <sauilitired@gmail.com>
2020-12-18 19:49:57 +01:00
..
injection 🐛 Fix build 2020-12-18 19:49:57 +01:00
suggestions :sparkes: Add @Suggestions annotated methods 2020-12-18 19:49:57 +01:00
AnnotationParser.java Work towards making CommandMeta typesafe (#173) 2020-12-18 19:49:57 +01:00
Argument.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
ArgumentExtractor.java 🎨 @Annotation final -> final @Annotation 2020-10-03 21:40:07 +02:00
ArgumentMode.java Update LICENSE text 2020-09-27 23:30:13 +02:00
ArgumentParameterPair.java ♻️ Reformat + Update .editorconfig 2020-10-07 22:47:48 +02:00
CommandDescription.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
CommandMethod.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
CommandMethodPair.java ♻️ Reformat + Update .editorconfig 2020-10-07 22:47:48 +02:00
CommandPermission.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
Confirmation.java Allow for class annotations as a default for when an annotation is not present on a method 2020-10-24 19:52:44 +02:00
Flag.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
FlagExtractor.java Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals 2020-12-07 20:05:45 +01:00
Hidden.java Allow for class annotations as a default for when an annotation is not present on a method 2020-10-24 19:52:44 +02:00
MetaFactory.java Add errorprone and fix warnings/errors 2020-10-24 19:52:44 +02:00
MethodCommandExecutionHandler.java Update cloud-annotations/src/main/java/cloud/commandframework/annotations/MethodCommandExecutionHandler.java 2020-12-07 20:05:45 +01:00
package-info.java Update LICENSE text 2020-09-27 23:30:13 +02:00
ProxiedBy.java 🚚 More removal of javax annotations 2020-09-30 10:40:44 +02:00
Regex.java Merge pull request #43 2020-10-12 18:13:23 +02:00
SyntaxFragment.java ♻️ Reformat + Update .editorconfig 2020-10-07 22:47:48 +02:00
SyntaxParser.java Add support for dashes and underscores in annotations parser syntax 2020-12-18 19:49:57 +01:00