Codebase list javawriter / 3557c60
Fix control file to remove lintian warnings Komal Sukhani 8 years ago
1 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1414 Depends: ${misc:Depends}, ${maven:Depends}
1515 Recommends: ${maven:OptionalDepends}
1616 Suggests: libjavawriter-java-doc
17 Description: JavaWriter
17 Description: Java API for generating .java source files
1818 A utility class which aids in generating Java source files.
1919
2020 Package: libjavawriter-java-doc
2424 Recommends: ${maven:DocOptionalDepends}
2525 Suggests: libjavawriter-java
2626 Description: Documentation for JavaWriter
27 A utility class which aids in generating Java source files.
27 Source file generation can be useful when doing things such as
28 annotation processing or interacting with metadata files (e.g., database
29 schemas, protocol formats). By generating code, you eliminate the need
30 to write boilerplate while also keeping a single source of truth for the
31 metadata.
2832 .
2933 This package contains the API documentation of libjavawriter-java.