Class AnnotationDescription

    • Constructor Detail

      • AnnotationDescription

        public AnnotationDescription()
    • Method Detail

      • doGet

        @GET
        @Produces("application/json; charset=utf-8")
        public String doGet​(@QueryParam("Corpus")
                            String corpus,
                            @QueryParam("Document")
                            String document)
                     throws com.fasterxml.jackson.core.JsonProcessingException,
                            IOException,
                            javax.servlet.ServletException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
        javax.servlet.ServletException