#`@Generics` annotation semantics

4 messages · Page 1 of 1 (latest)

elfin socket
#

How well does the @Generics annotation deal with nested generics?

I have a method parameter that is currently a Consumer<BuildPortionData>... which I would prefer to be a List<Consumer<BuildPortionData>>, but if that wouldn't work with the @Generics annotation I can do without the list

steep crescentBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

solid ice
#

It’s worth trying out as it might work, although I’m not sure where the generics annotation comes from

elfin socket
#

seems to work with probe