JavaScript is disabled on your browser.
Skip navigation links
Component API - 1.59.0-SNAPSHOT
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.talend.sdk.component.api.service
Annotation Type Action
@Target
({
METHOD
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
public @interface
Action
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
family
Element Details
value
String
value
Returns:
the value of the action.
family
String
family
Returns:
the value of the component this action relates to.
Default:
""