Annotation Interface Configuration


@Documented @Retention(RUNTIME) @Target(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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Should deployments be auto activated if possible
  • Element Details

    • autoActivate

      boolean autoActivate
      Should deployments be auto activated if possible
      Default:
      true