@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Documented @Repeatable(value=SystemProperties.class) @ExtendWith(value=SystemPropertyExtension.class) public @interface SystemProperty
Usage example:
// set the system properties nameA:valueA @SystemProperty(name = "nameA", value = "valueA")
Copyright © 2022. All rights reserved.