@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=OnMissingAwsCloudEnvironmentCondition.class) public @interface ConditionalOnMissingAwsCloudEnvironment
Conditional
annotation that returns true if the current JVM is not started
inside an AWS cloud environment. Useful for beans that should only be created if the
application context is bootstrapped outside the AWS environment (e.g. beans that
simulate AWS services for testing)Copyright © 2022 Pivotal Software, Inc.. All rights reserved.