1 package ch.ethz.prose.jvmai.jikesrvm.stub_weaver;2 3 /**4 * Super class for method entry/exit join points. 5 * 6 * @author Johann Gyger7 */8 public class MethodJoinPointImpl extends CodeJoinPointImpl {}9