[jboss-user] [JBoss AOP] - Re: [i]Introduction[/i] not working in my project but workin
elysch
do-not-reply at jboss.com
Sun Dec 9 09:01:33 EST 2007
I skipped to say that I also implemented in both mixin files the method defined in the interface IEjemploIntro.java.
Following I show how I did it (just for completeness):
public void metodoNuevoUno(java.lang.String parametro)
| {
| String a = "metodonuevoUno con el param: " + parametro;
| System.out.println("-----ADENTRO-----> " + a);
| }
In my example it never gets used anyway.
Ely
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111457#4111457
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111457
More information about the jboss-user
mailing list