Class Application


  • @ApplicationPath("api")
    public class Application
    extends javax.ws.rs.core.Application
    This class triggers JAX-RS behavior in the server and registers all JAX-RS classes below the @ApplicationPath listed here
    • Constructor Detail

      • Application

        public Application()