Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Talend/component-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component API

Build Status

Important
this repository was integrated to Component Runtime repository. It is no more updated.

This module contains all the API component developers can rely on.

It must be used with provided scope.

Developer note

Important
Adding an API to this module must be followed by work in component-runtime repository to ensure its support in web and Studio environments for a UI API and standalone and big data (Apache Beam) environments for aruntime API.

Most of the API is based on meta-annotations, for instance UI annotations are decorated with @Ui to be able to identify them and process them the same way.