Package com.linkedin.restli.examples.typeref.api

Examples of com.linkedin.restli.examples.typeref.api.Point


  }

  @Action(name = "PointRef", returnTyperef=PointRef.class)
  public Point PointFunc(@ActionParam(value="arg1", typeref=PointRef.class) Point arg1)
  {
    return new Point();
  }
View Full Code Here

TOP

Related Classes of com.linkedin.restli.examples.typeref.api.Point

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.