@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@API(status=STABLE,
since="5.6")
public @interface EnabledIfSystemProperties
@EnabledIfSystemProperties
is a container for one or more
@EnabledIfSystemProperty
declarations.
Note, however, that use of the @EnabledIfSystemProperties
container
is completely optional since @EnabledIfSystemProperty
is a repeatable annotation.
EnabledIfSystemProperty
,
Repeatable
Modifier and Type | Required Element and Description |
---|---|
EnabledIfSystemProperty[] |
value
An array of one or more
@EnabledIfSystemProperty
declarations. |
public abstract EnabledIfSystemProperty[] value
@EnabledIfSystemProperty
declarations.