command-flow icon indicating copy to clipboard operation
command-flow copied to clipboard

Make Sender annotation universal (BREAKING API)

Open OcZi opened this issue 3 years ago • 0 comments

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.

OcZi avatar Aug 01 '22 07:08 OcZi