Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1388

add @JaxrsProviders to ApplicationComposers to add provider classes quickly on WebApp

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.2, 7.0.0-M1
    • None
    • None

    Description

      Sample:

          @Module
          @JaxrsProviders(JohnzonProvider.class)
          @Classes({ MyResource.class })
          public WebApp webapp() {
              return new WebApp().contextRoot("foo");
          }
      

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: