KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ch > ethz > prose > jvmai > jikesrvm > advice_weaver > MethodJoinPointImpl


1 package ch.ethz.prose.jvmai.jikesrvm.advice_weaver;
2
3
4 /**
5  * Super class for method entry/exit join points.
6  *
7  * @author Johann Gyger
8  */

9 public class MethodJoinPointImpl extends CodeJoinPointImpl {
10
11 }
12
Popular Tags