Hi Paul,
sorry, I'm not sure if I understand what you want to say (I should use
more English ...). Do you mean my idea is good or will not work?
Stephan
Paul Sandoz wrote:
> Stephan Koops wrote:
>> Hi,
>>
>> what about a generic Response class?
>> Let's stay at the given example:
>> public List<Bean> getList() { ... }
>> could become
>> public Response<List<Bean>> getList() { ... }
> Marc and I bashed our heads till they hurt trying to achieve that :-)
> We could not find a way such that Response<T> works correctly with
> building a response where a type T is set in a builder method.
>
> Paul.