@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 © 2014 IronJacamar (http://www.ironjacamar.org)