AspectJ is open-source, so you can write and use a different implementation. aspectjrt.jar combines the runtime and aspectj5rt projects.
Just make sure it's binary-compatible, and, for clarity's sake, rename the jar as your internal version - e.g., "aspectjrt-tencor-1.1.jar" If you want us to support new features, please submit a compelling bug/use-case. Thanks - Wes http://www.eclipse.org/aspectj/doc/released/faq.html#q:buildingsource http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ > ------------Original Message------------ > From: "Chandan, Savita" <[EMAIL PROTECTED]> > To: [email protected] > Date: Wed, Sep-27-2006 2:08 PM > Subject: [aspectj-users] Custom JoinPoints > > Hi > > Does AspectJ allow inheriting from the JoinPoint class and creating a > custom JoinPoint class? > If it does how do I plug in the derived JoinPoint into AspectJ > framework? > > > Thanks, > Savita > _______________________________________________ > 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
