@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition.class) public @interface ConditionalOnCloudPlatform
Conditional
that matches when the specified cloud platform is active.Modifier and Type | Required Element and Description |
---|---|
CloudPlatform |
value
The
cloud platform that must be active. |
public abstract CloudPlatform value
cloud platform
that must be active.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.