vini2003/Spinnery

WSlot.accept(Tag<Item>...) should be annotated with @SafeVarargs

Opened this issue · 1 comments

... and possibly other methods in the codebase (haven't looked for them).
Not annotating this method means nearly all of the time you get a warning when calling this method that you have to suppress.

Good idea, there's other ones I should annotate, thanks!