Richard Eckart de Castilho created UIMA-2895:
------------------------------------------------
Summary: Multiple capabilities per component
Key: UIMA-2895
URL: https://issues.apache.org/jira/browse/UIMA-2895
Project: UIMA
Issue Type: Improvement
Components: uimaFIT
Reporter: Richard Eckart de Castilho
Fix For: 2.1.0uimaFIT
uimaFIT creates a single Capability from all the different capability
annotations on a component. UIMA allows a component to have multiple
capabilities. To support this, an additional annotation could be introduced:
{noformat}
@Capability(
types = @TypeCapability(inputs=..., outputs=...),
sofas = @SofaCapability(inputSofas=..., outputSofas=...)
languages = @LanguageCapability({"de", "en", ...})
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira