This commit is contained in:
Keith Donald
2008-03-22 15:09:12 +00:00
parent d0dc157465
commit 65d6a3e7a7

View File

@@ -16,8 +16,9 @@
package org.springframework.binding.expression;
/**
* Evaluates an expression against a context. Provides a common abstraction for expression evaluation independent of any
* language like OGNL or the Unified EL.
* An expression capable of evaluating itself against context objects. Encapsulates the details of a previously parsed
* expression string. Provides a common abstraction for expression evaluation independent of any language like OGNL or
* the Unified EL.
*
* @author Keith Donald
*/