#`@Generics` annotation semantics
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
It’s worth trying out as it might work, although I’m not sure where the generics annotation comes from
seems to work with probe