Document that SpEL supports symbolic logical operators
Make it clear that symbolic logical operators are supported. Closes gh-24276
This commit is contained in:
parent
956ffe6858
commit
8082b338e2
|
@ -1133,9 +1133,9 @@ All of the textual operators are case-insensitive.
|
||||||
|
|
||||||
SpEL supports the following logical operators:
|
SpEL supports the following logical operators:
|
||||||
|
|
||||||
* `and`
|
* `and` (`&&`)
|
||||||
* `or`
|
* `or` (`||`)
|
||||||
* `not`
|
* `not` (`!`)
|
||||||
|
|
||||||
The following example shows how to use the logical operators
|
The following example shows how to use the logical operators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue