Yes - if binary weaving just supply the jar containing those classes on the -inpath to the ajc call. you will then need to run with the result of that weave on your bootclasspath to ensure it overrides the default versions of the classes. It is also possible with load time weaving but can get messy.
Andy. 2009/2/22 [email protected] <[email protected]> > I would like to advise some classes in the java.util package. Is it > possible to advise java language classes? > > ------------------------------ > It's the same Hotmail(R). If by "same" you mean up to 70% faster. Get your > account now. > <http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Same_022009> > > _______________________________________________ > 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
