Hello, Is there any way to define a set of pointcuts in a external configuration file? I meant, use something like:
pointcut logObjectCalls() : execution(***from config file****); This way (using LTW), it would *not* be necessary recompile an tracer application, for instance, every time I change the target application ... Currently, I am using my trace application this way: [EMAIL PROTECTED] ~]$ java -jar TraceApp AppToBeTraced TIA, Fabio _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
