ACCUMULO-3514 Use auto-service for start

Use @AutoService annotations and Java's ServiceLoader mechanism to discover
classes which are executable by Accumulo's "start" jar with a keyword.

This replaces manual intervention whenever we add a new option to the
bin/accumulo script and also auto-populates the usage for that script.
2 files changed
tree: 97f8f729c7ea998a6d915f6c2b4b19eae930da55
  1. examples/
  2. src/
  3. .gitignore
  4. pom.xml
  5. proxy.properties
  6. README