@Path(value="/") public class TestResource extends Object
TestResource()
javax.ws.rs.core.Response
test(int param)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestResource()
@GET @Path(value="test/{param}") @Produces(value="text/plain") public javax.ws.rs.core.Response test(@Min(value=7L) @PathParam(value="param") int param)
Copyright © 2016 JBoss by Red Hat. All rights reserved.