Skip to content

Commit

Permalink
Change orders of @CommandMapping's parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vjh0107 committed Jan 26, 2024
1 parent 29612b9 commit e0befda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package kr.summitsystems.springbukkit.command.annotation

@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class CommandMapping(val command: String = "", val path: String = "")
annotation class CommandMapping(val path: String = "", val command: String = "")

0 comments on commit e0befda

Please sign in to comment.