Package subpkg

Source Code of subpkg.InvokerC002

package subpkg;

import superpkg.TargetC002;
import superpkg.TargetImplC002;

public class InvokerC002 {

  public void run() {
    TargetC002 t = new TargetImplC002();
    t.m();
  }

}
TOP

Related Classes of subpkg.InvokerC002

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.