Package myorg.osgimodule.internal

Examples of myorg.osgimodule.internal.InternalClass


public class Test {

  public static void main(String[] args) {
    System.out.print(new ApiClass().echo()); // this should compile
    System.out.print(new InternalClass().echo()); // this should not compile!
  }
View Full Code Here

TOP

Related Classes of myorg.osgimodule.internal.InternalClass

Copyright © 2018 www.massapicom. 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.