Paolo
Paolo

Reputation: 2472

Insert comment into expression language

Is anything like this possible?

${ long_boolean_expression_a <comment here>
|| long_boolean_expression_b <comment here>
|| long_boolean_expression_c <comment here>}

?

Upvotes: 2

Views: 917

Answers (1)

Ramesh PVK
Ramesh PVK

Reputation: 15446

AFAIK There is no such provision to add comments inside EL.

Upvotes: 2

Related Questions