Package org.stjs.generator.writer.inlineObjects

Source Code of org.stjs.generator.writer.inlineObjects.InlineObjects1a

package org.stjs.generator.writer.inlineObjects;

import org.stjs.generator.writer.inlineObjects.pack.Pojo2;

public class InlineObjects1a {

  @SuppressWarnings("unused")
  public static void main(String[] args) {
    Pojo2 o = new Pojo2();
  }
}
TOP

Related Classes of org.stjs.generator.writer.inlineObjects.InlineObjects1a

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.