Package com.google.gwt.i18n.client.resolutiontest.Inners.OuterLoc

Examples of com.google.gwt.i18n.client.resolutiontest.Inners.OuterLoc.InnerLoc


*/
public class Inners {

  public static String testInnerLoc() {
    // Check being able to create inner
    InnerLoc loc = (InnerLoc) GWT.create(InnerLoc.class);
    return loc.string();
  }
View Full Code Here

TOP

Related Classes of com.google.gwt.i18n.client.resolutiontest.Inners.OuterLoc.InnerLoc

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.