Hi, I have several annotators that require objects that are rather complex to build. I've been able to get around this using by using ExternalResources with custom api interfaces, but it requires a lot of boilerplate and doesn't allow for sharing of dependencies between ExternalResources.
So what would be the best way to get around this? Even better, is there any support for Spring or Guice?
