Back to project page spotthestation.
The source code is released under:
Apache License
If you think the Android project spotthestation listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * To change this template, choose Tools | Templates * and open the template in the editor./*from ww w . j a va2s . co m*/ */ package org.netbeans.rest.application.config; /** * This class is generated by the Netbeans IDE, * and registers all REST root resources created in the project. * Please, DO NOT EDIT this class unless you really need and * understand the results of changes. * It is safe to change REST resources path value of * ApplicationPath annotation. It can be done also via UI action * called on RESTful Web Services node ( REST Resources Configuration dialog ). * */ @javax.ws.rs.ApplicationPath("resources") public class ApplicationConfig extends javax.ws.rs.core.Application { }