Package com.appiancorp.suiteapi.common
Annotation Interface Name
Defines the name of the annotated item. Used for methods (in the case of smart service inputs
and outputs), or method parameters (in the case of expression function parameters).
- See Also:
-
Required Element Summary
-
Element Details
-
value
String valueThe name of the item. This is the ACP name (not the display name) for smart service inputs and outputs. The display name can be optionally defined in a bundle. In the case of expression function parameters, this defines the actual name that will appear to end-users.
-