No, I think there should (optionally) just be a small notice at certain places in the java source files, indicating that a pointcut might apply to these points. Without any comment (or a visual aid from the IDE) the reader of plain java files might forget that additional code might be woven it at that places and misinterprets the source code.
2009/1/16 Andrew Eisenberg <[email protected]> > Are you suggesting that AJDoc comments should be added in the same way > that JavaDoc comments are automatically added for new methods? > > Please open an enhancement request on Bugzilla for this: > https://bugs.eclipse.org/bugs/enter_bug.cgi > > On Thu, Jan 15, 2009 at 11:52 PM, Marcel Schiffel > <[email protected]> wrote: > > Hi, > > > > is it possible to automatically add comments at places where pointcuts > > apply? This would improve readability of the code (java files) outside > > eclipse. If not, this might be a cool feature for future releases. > > > > Many thanks in advance! > > > > > > _______________________________________________ > > aspectj-users mailing list > > [email protected] > > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
