Package t1

Source Code of t1.Importer

package t1;

import t0.ExportedClass;

public class Importer
{
  public void doSomething()
  {
    ExportedClass e = new ExportedClass();

    e.doSomething();
  }
}
TOP

Related Classes of t1.Importer

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.