Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Jsf and AspectJ

Colleagues, here it is my situation: 
I have a class TestCtr that needs extends TestMB and extends TestVO.

 I made a class with the following aspect: 
public aspect HAAop {declares parents: TestCtr extends TestMB, TestVO; } 

How I proceed so that mine jsf can have the result waited in TestCtr? 

What I must configure so that a compilation in runtime either effected? 

Been thankful
George(baiano)
-- 
View this message in context: http://www.nabble.com/Jsf-and-AspectJ-tf1885796.html#a5155628
Sent from the AspectJ - users forum at Nabble.com.



Back to the top