As the title suggest, is there any way to validate pointcut syntax using for example annotatoion processor (APT) ?
It is quite easy to get value from @Pointcut(value) using APT ... But after that, there is a problem for me to validate if given String matches the valid syntax for AspectJ weaver ...