Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AJDT » Is it possible to weave 2 different classes ? (Weaving different class not main class only)
Is it possible to weave 2 different classes ? [message #1841424] Sun, 16 May 2021 07:10 Go to previous message
Gianluca Zahra is currently offline Gianluca ZahraFriend
Messages: 2
Registered: May 2021
Junior Member
Is it possible to weave 2 different classes ?

i.e. Weave the main Class of a project and another class, so pointcuts :

a.hello(){
println("Say Hello")
}
b.bye(){
println("Say Bye")
}


Is this possible please ?
 
Read Message
Read Message
Read Message
Previous Topic:Sharing aspecs between src and test module?
Goto Forum:
  


Current Time: Sat Nov 11 06:51:27 GMT 2023

Powered by FUDForum. Page generated in 0.01799 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top