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! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/