Re: Generic plugin builder classes problem

2017-01-06 Thread Remko Popma
You did scare me there for a bit... :-) Sent from my iPhone > On Jan 7, 2017, at 13:40, Matt Sicker wrote: > > After all that, actually, I think I found a much simpler way to fix this > problem, and it allows for arbitrary ordering of the builder chain while > still working properly. The old

Re: Generic plugin builder classes problem

2017-01-06 Thread Matt Sicker
After all that, actually, I think I found a much simpler way to fix this problem, and it allows for arbitrary ordering of the builder chain while still working properly. The old factory methods just need to add a generic signature as well: public static > MockAppender createAppender(...) { retur