Annotation Type ExpressionUtility


  • @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:
    AbstractContextResolver, DeploymentContext, Example:
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Name under which bean is registered inside evaluation context.
    • Element Detail

      • value

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