Class ThisIsNotAnRestEndPoint

java.lang.Object
com.atlassian.jira.dev.reference.plugin.ThisIsNotAnRestEndPoint

@Path("endpoint") public class ThisIsNotAnRestEndPoint extends Object
Simple REST Resource. It is not an end-point as there is no such thing in proper REST :-P
Since:
v4.3
  • Constructor Details

    • ThisIsNotAnRestEndPoint

      public ThisIsNotAnRestEndPoint()
  • Method Details

    • invoke

      @GET @Produces("application/json") public javax.ws.rs.core.Response invoke()