Examples of JavaArchive


Examples of org.jboss.shrinkwrap.api.spec.JavaArchive

*/
public class EE5DeploymentAppender implements AuxiliaryArchiveAppender
{
   public Archive<?> createAuxiliaryArchive()
   {
      JavaArchive archive = ShrinkWrap.create(JavaArchive.class, "arquillian-ee5-container-testenrichers.jar")
            .addPackages(
                  true,
                  EJBInjectionEnricher.class.getPackage(),
                  ResourceInjectionEnricher.class.getPackage())
            .addServiceProvider(
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.