@Target(TYPE) @Retention(RUNTIME) public @interface ExpressionUtility
Annotation used in conjunction with AbstractContextResolver for annotating class as expressions utility bean. Class should have constructor that accepts two parameters DeploymentContext and InputContext.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name under which bean is registered inside evaluation context.
  • Element Details

    • value

      String value
      Name under which bean is registered inside evaluation context.
      Returns:
      bean name