Source: annotation-indexer Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: debhelper (>= 11), default-jdk, default-jdk-doc, junit4, libmaven-compiler-plugin-java, libmaven-javadoc-plugin-java, libmetainf-services-java, libmetainf-services-java-doc, maven-debian-helper Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/java-team/annotation-indexer.git Vcs-Browser: https://salsa.debian.org/java-team/annotation-indexer Homepage: https://github.com/jenkinsci/lib-annotation-indexer Package: libannotation-indexer-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Indexing and validation of Java annotations Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. Package: libannotation-indexer-java-doc Architecture: all Section: doc Depends: default-jdk-doc, libmetainf-services-java-doc, ${maven:DocDepends}, ${misc:Depends} Suggests: libannotation-indexer-java Description: Documentation for libannotation-indexer-java Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. . This package provides the API documentation for libannotation-indexer-java.