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

Changelog

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

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Thu, 21 Sep 2023 12:12:36 +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
Oracular release universe java
Noble release universe java

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.32-1.dsc 2.3 KiB d2fa52f8c2a2adeb356cfcf8eb3d28dadcc6c2752e090ea4d7ccf3f4abecb9ad
access-modifier-checker_1.32.orig.tar.xz 19.1 KiB 9e2a81492b169668c0a4c4fc85c020cd16ba523eeb79459295535a6fbcb58f48
access-modifier-checker_1.32-1.debian.tar.xz 4.5 KiB 2db1272c3fb947d53f9e4ddd26c95f0142a5980b8ddd247246277804e4517167

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.)