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