+1

And after that we start a 2.x push ? :-)


On Tue, Jun 8, 2010 at 10:58 AM, Robert Scholte <rfscho...@codehaus.org>wrote:

>  Hi team,
>
> I'd like to release a new version of QDox. Main reason are the improvements
> of QDOX-207 and QDOX-211 which makes it possible to resolve generic type
> variables.
> For example:
>
> ---
> public interface GenericDao<TEntity, TKey> {
>   public List<TEntity> getAll();
> }
>
> public interface SubjectDao extends GenericDao<Subject, Long> {
>
> }
> ---
>
> Now method.getReturnType( true )  for SubjectDao.getAll() will return
> List<Subject> instead of List<TEntity>
>
> Without any objections I'll do the release somewhere this weekend.
>
> Cheers,
>
> - Robert
>
>
>
> ------------------------------
> Express yourself instantly with MSN Messenger! MSN 
> Messenger<http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/>
>

Reply via email to