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

Changelog

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

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Sun, 11 Jun 2023 08:36:27 +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
Mantic release universe java

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
access-modifier-checker_1.31-1.dsc 2.3 KiB 5b922ef8054ec0bbd6f878cd8f98cb9337f1eb22e7f24aa2d3ef6ef49fd4365c
access-modifier-checker_1.31.orig.tar.xz 19.5 KiB a8787be01625fc199b2377d299b2ce7e912e4068cfbcd2833cc97d5e258c0fb3
access-modifier-checker_1.31-1.debian.tar.xz 4.5 KiB 639365a450549bfe61a583e4ddae8d12d4769430a787fd24db0f8a8604a921a9

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