Richard Zowalla created OPENNLP-1439:
----------------------------------------
Summary: Use @ThreadSafe to declear thread-safe classes
Key: OPENNLP-1439
URL: https://issues.apache.org/jira/browse/OPENNLP-1439
Project: OpenNLP
Issue Type: Task
Reporter: Richard Zowalla
With https://issues.apache.org/jira/browse/OPENNLP-1424 the @ThreadSafe
annotation was introduced within OpenNLP.
Aim of this issue is to investigate current classes and declare them with
@ThreadSafe, if they can be savely used in an concurrent setting.
An example for a @ThreadSafe class would be
- MorfologikLemmatizerm see https://github.com/apache/opennlp/pull/436
--
This message was sent by Atlassian Jira
(v8.20.10#820010)