[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

flavia.rainone@jboss.com do-not-reply at jboss.com
Tue Dec 26 13:45:26 EST 2006


Hi, Fabio!

The moment a JVM loads a class may vary depending on the JVM implementation...
But, according to Java Specification, a JVM must have already loaded a class once it is actively used.
This means that, after you use a class of your interest, this class will have been loaded.
Like this:


  | MyClass a = new MyClass();
  | 

I hope this helps!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996322#3996322

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996322



More information about the jboss-user mailing list