Make ResourceManager_impl.ResourceRegistration protected
--------------------------------------------------------

                 Key: UIMA-2102
                 URL: https://issues.apache.org/jira/browse/UIMA-2102
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 2.3.1
            Reporter: Richard Eckart de Castilho
            Priority: Minor


I wanted to extend the ResourceManager_impl in an effort to explore the 
injection of POJOs into UIMA components. This effort was complicated a bit 
because the class ResourceManager_impl.ResourceRegistration is package private. 
For people who want to implement their own version of a ResourceManager, I 
suppose it would be helpful if that class was protected instead, so subclasses 
can properly work with the mInternalResourceRegistrationMap field, which is 
also protected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
  • [jira] [Created] (UIMA-2102)... Richard Eckart de Castilho (JIRA)

Reply via email to