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