JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Component API - 1.37.0-SNAPSHOT
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
org.talend.sdk.component.api.service
Annotation Type Service
@Target
({
TYPE
,
FIELD
})
@Retention
(
RUNTIME
) public @interface
Service
Mark a class as a service that can be injected into another service or a component via it constructor.
IMPORTANT
:: The class annotated with
@Service
need to be
public
.