lombok 1.16.18+ds-2 source package in Ubuntu

Changelog

lombok (1.16.18+ds-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable after testing r-deps.  (Closes: #872189)

 -- tony mancill <email address hidden>  Sat, 19 Aug 2017 15:34:06 -0700

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok_1.16.18+ds-2.dsc 2.2 KiB 05f8081df372e4a1e30ee96a99286d61c59089ad5e5f763dee51697997fab3ca
lombok_1.16.18+ds.orig.tar.gz 581.0 KiB 0300b0186cbba69e94810025f233273affda3e7875a685b341db1cd808797d45
lombok_1.16.18+ds-2.debian.tar.xz 6.8 KiB c34c968bb4ed2cbe5b3a494f29539470b0c39962128418de8103ef9698c271e8

Available diffs

No changes file available.

Binary packages built by this source

liblombok-java: No summary available for liblombok-java in ubuntu cosmic.

No description available for liblombok-java in ubuntu cosmic.

liblombok-java-doc: Reduce boilerplate code in Java projects (documentation)

 "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.
 .
 This package contains the generated API documentation.