DelegateExpression use in spring boot

Hi @shaktiprasadrath ,

I don’t think it is really spring boot specific. This notation comes from Java EL specification: Immediate and Deferred Evaluation Syntax (The Java EE 6 Tutorial, Volume I)
I believe it does not make any difference.

The topic was already discussed here: