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