org.jboss.jca.embedded.arquillian
Annotation Type Configuration


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Configuration

The Configuration annotation allows for configuration of the IronJacamar/Arquillian integration

Example:

   @Configuration(autoActivate = false)
  

Author:
Jesper Pedersen

Optional Element Summary
 boolean autoActivate
          Should deployments be auto activated if possible
 

autoActivate

public abstract boolean autoActivate
Should deployments be auto activated if possible

Default:
true


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)