@Component @Path(value="/hello") public class Hello extends Object
Hello()
String
hello(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Hello()
@GET @Path(value="/{name}") public String hello(@PathParam(value="name") String name)
Copyright © 2025 WSO2. All rights reserved.