access-modifier-checker 1.25-1 source package in Ubuntu

Changelog

access-modifier-checker (1.25-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Sat, 02 Oct 2021 21:25:03 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe java

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.25-1.dsc 2.3 KiB 0db231463feca5ef22760c5fd8c5ea853aaf4396ebbc0dce57fda81eb9e5d2d8
access-modifier-checker_1.25.orig.tar.xz 19.5 KiB 59fe7ca2e44f33aa544413dd1e9964bfeb22dea75bc01c4e1281a16b480b947e
access-modifier-checker_1.25-1.debian.tar.xz 4.3 KiB d4fd93eee6b3ce0274c85789a7ef07da8f2d2e8925261cf0cc705bc046175ffa

Available diffs

No changes file available.

Binary packages built by this source

libaccess-modifier-checker-java: 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.)