@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@EnableDiscoveryClient
public @interface EnableCloudFoundryClient
Convenience annotation for clients to enable Cloud Foundry discovery configuration
(specifically). Use this (optionally) in case you want discovery and know for sure that
it is Cloud Foundry you want. All it does is turn on discovery and let the
auto-configuration find the Cloud Foundry classes.
- Author:
- Josh Long