@Target(value=TYPE) @Retention(value=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 and 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. |
public abstract String value
public abstract String container
value is not use, this property sets the container field.public abstract String version
value is not use, this property sets the version field.public abstract String mode
value is not use, this property sets the mode field.public abstract Property[] customProperties
Copyright © 2019 JBoss by Red Hat. All rights reserved.