Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-17750

Bad location for javadoc in generated JAX-RS Resource

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 4.2.0.Beta3
    • 4.2.0.Beta2
    • webservices
    • None

      When generating a new JAX-RS Resource with "Generate comments" selected, the code looks like this:

      ...
      @RequestScoped
      @Path("/addresses")
      /**
       * @author xcoulon
       *
       */
      public class AddressEndpoint {
      
      }
      

      The javadoc part should be before the annotations.

            xcoulon@redhat.com Xavier Coulon
            xcoulon@redhat.com Xavier Coulon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: