diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-21 19:11:42 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-21 19:11:42 +0200 |
commit | 69f28613499e3ce418326d05c66e5c856acb8269 (patch) | |
tree | 01376f981dce3b44918389860b6eabed92bf9ba1 /src/main/kotlin/com/romangraef/jdacommander/Command.kt | |
download | discord-jda-jcommander-master.tar.gz discord-jda-jcommander-master.tar.bz2 discord-jda-jcommander-master.zip |
Diffstat (limited to 'src/main/kotlin/com/romangraef/jdacommander/Command.kt')
-rw-r--r-- | src/main/kotlin/com/romangraef/jdacommander/Command.kt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/kotlin/com/romangraef/jdacommander/Command.kt b/src/main/kotlin/com/romangraef/jdacommander/Command.kt new file mode 100644 index 0000000..a5178e6 --- /dev/null +++ b/src/main/kotlin/com/romangraef/jdacommander/Command.kt @@ -0,0 +1,8 @@ +package com.romangraef.jdacommander + +@Retention(AnnotationRetention.RUNTIME) +@Target(AnnotationTarget.CLASS) +annotation class Command + ( + val value: String +)
\ No newline at end of file |