Tagged Questions

2
votes
1answer
56 views

How can I make Eclipse provide more help with Hivemind configuration files?

A project I work on uses Apache Hivemind to do dependency injection for our app. We have various Hivemind configuration files that define service points, configuration points, etc. And if a developer ...