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

Changelog

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

  * Team upload.
  * New upstream release
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <email address hidden>  Thu, 15 Dec 2022 09:08:33 +0100

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
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.30-1.dsc 2.3 KiB 488f9ead1fc3969fb7ae7ce42c7ede5e34048ec6e20b247e012763bf9f5c66ba
access-modifier-checker_1.30.orig.tar.xz 19.3 KiB 19df87185c1495882c54aeed37061c1040bb4d7bcd9da95c369c6613c16edf9f
access-modifier-checker_1.30-1.debian.tar.xz 4.4 KiB 6f1669aa84c25a1cd83bda73f58b03cf7f6e04fd64b07d5b2a988bf0c766ede9

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