guice 4.2.1-1ubuntu0.2 source package in Ubuntu

Changelog

guice (4.2.1-1ubuntu0.2) focal-security; urgency=medium

  * No-change rebuild in the -security pocket.

 -- Fabian Toepfer <email address hidden>  Mon, 08 Jan 2024 13:52:57 +0100

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe java
Focal security universe java

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
guice_4.2.1.orig.tar.xz 437.4 KiB 4f6fe4a04b5ac847ba8f2457663fe1ae4d5db6da793019d9deed23cdd216195d
guice_4.2.1-1ubuntu0.2.debian.tar.xz 4.8 KiB 3c1417d0399eba32aae468878b0fe73e0b132dfa3609b4a3f3163b4aafaacae0
guice_4.2.1-1ubuntu0.2.dsc 2.4 KiB 9d22c965366b51b6ef250d73b0473f4e199e1e3bf497d93bd4e5d7207b9d26d0

View changes file

Binary packages built by this source

libguice-java: lightweight dependency injection framework for Java 5 and above

 Guice provides support for dependency injection using annotations to
 configure Java objects. Dependency injection is a design pattern whose
 core principle is to separate behavior from dependency resolution.
 .
 Guice allows implementation classes to be programmatically bound to
 an interface, then injected into constructors, methods or fields
 using an @Inject annotation. When more than one implementation of
 the same interface is needed, the user can create custom annotations
 that identify an implementation, then use that annotation when
 injecting it.

libguice-java-doc: documentation for libguice-java

 Documentation for Guice that is a framework that provides support for
 dependency injection using annotations to configure Java objects.
 Dependency injection is a design pattern whose core principle is to
 separate behavior from dependency resolution.
 .
 Guice allows implementation classes to be programmatically bound to
 an interface, then injected into constructors, methods or fields
 using an @Inject annotation. When more than one implementation of
 the same interface is needed, the user can create custom annotations
 that identify an implementation, then use that annotation when
 injecting it.
 .
 This package provides javadocs for Guice framework and example code.