Annotation Type ExpressionUtility
-
@Target(TYPE) @Retention(RUNTIME) public @interface ExpressionUtilityAnnotation 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.StringvalueName under which bean is registered inside evaluation context.
-