Skip to main content



      Home
Home » Language IDEs » AspectJ » 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 03:10
Eclipse UserFriend
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 ?
Previous Topic:AspectJ in Scala
Next Topic:"build" folder doesn not expand
Goto Forum:
  


Current Time: Tue May 20 00:38:10 EDT 2025

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

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

Back to the top