Marshall Schor created UIMA-5633:
------------------------------------
Summary: uv3 generic spec poor for select api in some Interfaces
Key: UIMA-5633
URL: https://issues.apache.org/jira/browse/UIMA-5633
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Affects Versions: 3.0.0SDK-beta
Reporter: Marshall Schor
Assignee: Marshall Schor
Priority: Minor
Fix For: 3.0.0SDK
For situations where an interface is generically typed (e.g. FSIndex<T>), the
generic spec for methods like select should have a param like <N extends T>,
not <N extends FeatureStructure>. This allows better automation for types
while using these forms in user code.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)