Source: access-modifier-checker Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page Build-Depends: debhelper (>= 11), default-jdk, junit (>= 3.8.1), libannotation-indexer-java (>= 1.3), libasm-java (>= 5.0), libmaven-plugin-tools-java (>= 2.8), libmaven-scm-java, libmaven3-core-java, libmetainf-services-java, maven-debian-helper (>= 2.0) Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/java-team/access-modifier-checker.git Vcs-Browser: https://salsa.debian.org/java-team/access-modifier-checker Homepage: https://github.com/kohsuke/access-modifier Package: libaccess-modifier-checker-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven plugin for custom access modifier checking This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.)