@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Documented @ExtendWith(value=SystemPropertyExtension.class) public @interface SystemProperties
SystemProperty. This annotation can be used at class level
and at method level.
Usage example:
// set the system properties nameA:valueA and nameB:valueB @SystemProperty(name = "nameA", value = "valueA") @SystemProperty(name = "nameB", value = "valueB")
| Modifier and Type | Required Element and Description |
|---|---|
SystemProperty[] |
value |
public abstract SystemProperty[] value
Copyright © 2018. All rights reserved.