Interface ExpressionEvaluationContext

All Known Subinterfaces:
ExtensibleExpressionEvaluationContext
All Known Implementing Classes:
DefaultExpressionEvaluationContext

@Internal public interface ExpressionEvaluationContext
Compilation context is a set of entries which can be referenced in evaluated expression using the '#' sign followed by entry name.
Since:
4.0.0
Author:
Sergey Gavrilov