I am creating my JavaDoc documentation as PDF using Auriga Doclet 1.0.
But that generated PDF contains the packages orderes like this: Service, Response, VO, based on alphabetical order.
But I need them ordered like this: Response, Service, VO.
How can I achieve this?