Annotation Type Configuration
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Configuration
TheConfigurationannotation allows for configuration of the IronJacamar/Arquillian integration Example:@Configuration(autoActivate = false)
- Author:
- Jesper Pedersen
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanautoActivateShould deployments be auto activated if possible
-