Annotation Interface ConditionalOnDiscoveryCacheableBlockingDisabled
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@Conditional(ConditionalOnDiscoveryCacheableBlockingDisabled.OnDiscoveryCacheableBlockingDisabled.class)
public @interface ConditionalOnDiscoveryCacheableBlockingDisabled
Reverse of
ConditionalOnDiscoveryCacheableBlockingEnabled.- Author:
- wind57
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class