JavaScript is disabled on your browser.
Skip navigation links
Component API - 1.56.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 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
.