@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface ChameleonTarget
ChameleonTarget is used to configure Chameleon container, but using an annotation instead of arquillian.xml.
The annotation can be used as meta-annotation of other annotations recursively. For example:
{@code| Modifier and Type | Optional Element | Description |
|---|---|---|
String |
container |
If
value is not use, this property sets the container field. |
Property[] |
customProperties |
Sets custom properties for container definition.
|
String |
mode |
If
value is not use, this property sets the mode field. |
String |
value |
Sets Chameleon Target with form container:version:mode.
|
String |
version |
If
value is not use, this property sets the version field. |
String value
String container
value is not use, this property sets the container field.String version
value is not use, this property sets the version field.String mode
value is not use, this property sets the mode field.Property[] customProperties
Copyright © 2019 JBoss by Red Hat. All rights reserved.