lombok 1.16.6+ds-2 source package in Ubuntu

Changelog

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

  * debina/rules: Remove maven-repo-helper.jar from runtime path and do not
    include those class file into lombok.jar.

 -- Markus Koschany <email address hidden>  Tue, 16 Feb 2016 13:45:17 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok_1.16.6+ds-2.dsc 2.3 KiB 3e6a86830d890a26704358d9df38d5fe112e214f50384f1e1d7fd562034cfd6f
lombok_1.16.6+ds.orig.tar.xz 374.1 KiB a5617712976fc4cf10f82be30b0fc9207d3742e419bf59bebaad5db8518c2260
lombok_1.16.6+ds-2.debian.tar.xz 6.5 KiB c4735c3f98daf49ad9a0213d9d3a117937c89fe16abb5715098d615390567fb0

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.

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.