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

Changelog

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

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Sat, 30 Apr 2022 15:03:25 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.27-1.dsc 2.3 KiB 8f6338f5a4309aa3d39d8aac28ca38aede5bcacdd1e1c9c6218eeb02273c55cc
access-modifier-checker_1.27.orig.tar.xz 19.6 KiB bc802b24b4d6ffd1a4ed96da2d694ac971c40409400253d2307cbdeff6af7110
access-modifier-checker_1.27-1.debian.tar.xz 4.3 KiB 863160390d3acbb2fcc5d2ec277db09a04ca54c35ebd6ffd33529c78c7ca120d

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