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