Package org.jboss.forge.addon.javaee.rest

Examples of org.jboss.forge.addon.javaee.rest.RestFacet_2_0


   /**
    * Installs the {@link RestFacet_2_0} facet
    */
   public RestFacet_2_0 installJAXRS_2_0(Project project, RestConfigurationStrategy strategy)
   {
      RestFacet_2_0 facet = facetFactory.install(project, RestFacet_2_0.class);
      facet.setConfigurationStrategy(strategy);
      return facet;
   }
View Full Code Here

TOP

Related Classes of org.jboss.forge.addon.javaee.rest.RestFacet_2_0

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.