Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] questions about WeavingURLClassLoader

> 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.


Back to the top