@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented 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 © 2017 Pivotal Software, Inc.. All rights reserved.