339340341342343344345
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T mvel(String text) { return expression(new MvelExpression(text)); }
337338339340341342343
332333334335336337338
350351352353354355356
335336337338339340341
378379380381382383384
379380381382383384385
351352353354355356357