lombok 1.18.12-1 source package in Ubuntu

Changelog

lombok (1.18.12-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Maven poms
  * Standards-Version updated to 4.6.0.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Tue, 15 Feb 2022 01:17:50 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok_1.18.12-1.dsc 2.2 KiB f73e21a6e1300965e22ca4e7fa9193fa259b75c4a83eec57b19aeb6b72fd68ba
lombok_1.18.12.orig.tar.xz 520.8 KiB ed4d3d286dde98c6cd067a6d7c8bdac2074d7e56f3deb82ee7794662ab7a7135
lombok_1.18.12-1.debian.tar.xz 8.7 KiB a37a306b6c11c68781d304cb8826bfd327db328a5601a4536d7484bba3ca7c93

Available diffs

No changes file available.

Binary packages built by this source

liblombok-java: Reduce boilerplate code in Java projects

 "Boilerplate" is a term used to describe code that is repeated in
 many parts of an application with little alteration. One of the most
 frequently voiced criticisms of the Java language is the volume of
 this type of code that is found in most projects. This problem is
 frequently a result of design decisions in various libraries, but is
 exacerbated by limitations in the language itself. Project Lombok
 aims to reduce the prevalence of some of the worst offenders by
 replacing them with a simple set of annotations.