Annotation Interface AppianScriptingFunctionsCategory


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Category("category.name.AppianScriptingFunctions") public @interface AppianScriptingFunctionsCategory
Functions annotated with this annotation will show up under the internal "Appian Scripting Functions" category. Such category is hidden (in the Expression Editor UI) wherever Java Expression Functions are not permitted.
See Also: