Cleanup javadocs.  This makes the following changes:
  1) Stop using doclava.  It has too many bugs (like dropping annotations).
  2) Tell javadoc not to doclint.  Java8 does it and errs if it fails.
  3) Link to appropriate third parties from javadoc.
  4) Split extensions into separate groups in ant javadoc.
  5) Cleanup code that had javadoc warnings.
diff --git a/pom.xml b/pom.xml
index 9f63317..567904e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,6 +294,9 @@
         </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <additionalparam>-Xdoclint:none</additionalparam>
+          </configuration>
           <version>2.7</version>
           <executions>
             <execution>