Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] help on pointcuts weaving

 
When you say package is it the user defined package?
 
My class is in the default package.
 
The method is Socket.getInetAdrress.getLocalHost() which returns a InetAddress.
 
Here Socket.getInetAdress is a method which calls the getLocalHost right.How can we use the Package1.package2.MyClass.method syntax.
 
Please correct me if i am misinterpreting it.I have been confused on this.
 
Thank you very much.

Back to the top