Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Verbose mode on ajc / aspectj compiler output?

The development process for aspectj is proving to be very cumbersome  / slow for a non-adept.  I'd like clear understanding of the selection process of pointcut's, to know what's going on and why my pointcut expressions are not performing as expected.  

What are options for tooling?

Also, should I move away from @AspectJ and use the traditional ajc compiler to get more information and better support?

Back to the top