Annotation Type ConditionalOnStubbedDiscoveryDisabled
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty(value="stubrunner.cloud.stubbed.discovery.enabled",
havingValue="false")
public @interface ConditionalOnStubbedDiscoveryDisabled
Conditional that checks if the user turned off the stubbed discovery mode.
- Since:
- 1.0.0
- Author:
- Marcin Grzejszczak