
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Configuration
Configuration annotation allows for configuration of the
IronJacamar/Arquillian integration
Example:
@Configuration(autoActivate = false)
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoActivate
Should deployments be auto activated if possible
|
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)