@Path(value="/") public class TestResource extends Object
TestResource()
javax.ws.rs.core.Response
test(@Min(value=7L) 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") @Min(value=7L) int param)
Copyright © 2020 JBoss by Red Hat. All rights reserved.