Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.4.2SDK
-
None
Description
Javadocs for Java 8 have (by default) "lint" checking enabled. The Javadocs generated by JCasGen, many of which have elements needed by JCasGen itself (the @generated annotations, for example), are missing the @param and @return elements for many of the functions; these are flagged by the lint checker. Fix these to be valid Javadoc comments by adding these elements back in.