command-flow
command-flow copied to clipboard
Make Sender annotation universal (BREAKING API)
Sender annotation can be universal for each implementation of commandflow (and not create the same annotation on it).
Advantage: having 1 annotation of them and flexibility for core modules independent of any implementation (bukkit, bungee, etc) Disadvantage: Breaking API; any import to the old sender's annotations will fail for any project that uses it.