Annotation Interface SetSystemProperty.SetSystemProperties
- Enclosing class:
SetSystemProperty
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Inherited
@API(status=EXPERIMENTAL,
since="6.1")
public static @interface SetSystemProperty.SetSystemProperties
@SetSystemProperties is a container for one or more
SetSystemProperty declarations.- Since:
- 6.1
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of one or more@SetSystemPropertydeclarations.
-
Element Details
-
value
SetSystemProperty[] valueAn array of one or more@SetSystemPropertydeclarations.
-