@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @Conditional(value=OnEnabledPredicate.class) public @interface ConditionalOnEnabledPredicate
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends RoutePredicateFactory<?>> |
value
The class components to check for.
|
public abstract Class<? extends RoutePredicateFactory<?>> value
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.