1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: access-modifier-checker
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <jamespage@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libannotation-indexer-java (>= 1.3),
libasm-java (>= 9.0),
libfindbugs-annotations-java,
libmaven-plugin-tools-java (>= 2.8),
libmaven-scm-java,
libmaven3-core-java,
libmetainf-services-java,
maven-debian-helper (>= 2.0)
Standards-Version: 4.5.1
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.)
|