@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface FunctionHandler
JCoServerFunctionHandler
in order to register their implementation at
the server instance during webapp startup.functionName
only once. There could be also only exactly one generic
function handler be registered, this needs to be specified with function name
"*". Wildcards within a function name are not allowed.
Note: In order to get this annotation picked up, make sure to incorporate the serverStartup dependency into your app project.
Modifier and Type | Required Element and Description |
---|---|
String[] |
functionNames
all the function names for which the annotated handler should be registered.
|
public abstract String[] functionNames
Please make sure, to only specify over all your annotations each
functionName
only once.
Copyright © 2025 SAP. All rights reserved.