Package com.soebes.itf.jupiter.extension
Annotation Type SystemProperties
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="0.9.0")
public @interface SystemProperties
@SystemProperties
is a container for one or more @SystemProperty
declarations.- Since:
- 0.9.0
- Author:
- Karl Heinz Marbaise
-
Required Element Summary
-
Element Details
-
value
SystemProperty[] value- Returns:
- An array of one or more
@SystemProperty
declarations.
-