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