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

Changelog

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

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Sat, 06 Apr 2024 10:53: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
Oracular release universe java

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.33-1.dsc 2.3 KiB 0d9f8ced89dd297dc45ba5ee57e8b302d665f5ca974b5e28680e9542f6503e86
access-modifier-checker_1.33.orig.tar.xz 19.2 KiB d1c139aec20043668cff9d244df168f0d987a534b5b3ff9af20e27944d56bb30
access-modifier-checker_1.33-1.debian.tar.xz 4.5 KiB 6d043d594ac4f48c85850caf1d5e2345ae82c7a3ee744114ef0e8b7896f0082a

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