Function name, used as unique identifier. Defaults to method name annotated with this
annotation.
Returns:
function name
Default:
""
context
public abstract boolean context
Marks function, which returned value depends not only from function input arguments but also
from invocation context. For example context functions are `currentDate`, `currentUser`.