Annotation Type ConditionalOnZookeeperEnabled
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@ConditionalOnProperty(value="spring.cloud.zookeeper.enabled",
matchIfMissing=true)
public @interface ConditionalOnZookeeperEnabled
Wrapper annotation to enable Zookeeper.
- Since:
- 1.1.0
- Author:
- Marcin Grzejszczak