Annotation Interface ConditionalOnDiscoveryCacheableBlockingDisabled


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @Conditional(OnDiscoveryCacheableBlockingDisabled.class) public @interface ConditionalOnDiscoveryCacheableBlockingDisabled
Author:
wind57