@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Documented
@Conditional(value=org.springframework.boot.autoconfigure.condition.OnExpressionCondition.class)
public @interface ConditionalOnExpression
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The SpEL expression to evaluate.
|