Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] parsePointcutExpression in a multi-package context

Thanks Andy for your reply. I realised that what I actually needed is to
programmatically import packages so as to avoid specifying the canonical
name of the class. Once I used the canonical class name, there was no
problem resolving the pointcut. 
Is there a way of programmatically importing packages? (changing the
classloader still requires you to specify the canonical name of the class)
[NB: there is a good reason for wanting to avoid specifying the canonical
class name]



--
View this message in context: http://aspectj.2085585.n4.nabble.com/parsePointcutExpression-in-a-multi-package-context-tp4650730p4650736.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top