> Moreover, in the ClassLoaderWeavingAdaptor, the aspects definition are built > starting from the xml file (aop.xml) in the method parseDefinition. Is there > a way to add aspects without having them defined in the xml file? The reason > for that is that I will know which aspect to weave to a class only at > run-time, so I cannot produce an xml file before.
Others have done this by just simulating what the XML loader is doing to define them. Andy. _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
