Annotation Type ConditionalOnStubbedDiscoveryEnabled


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Documented
    @ConditionalOnProperty(value="stubrunner.cloud.stubbed.discovery.enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public @interface ConditionalOnStubbedDiscoveryEnabled
    Conditional that checks if the user turned on the stubbed discovery mode. The feature is turned on by default.
    Since:
    1.0.0
    Author:
    Marcin Grzejszczak