i want to structure /name my spring beans in the following way: "workflow-name"."task".
How do i reference such a bean i a delegate expression, because the "." is a meta-character and usually means "call method on the bean" in the expression language ? Can i escape the "." somehow ?