guice 4.2.1-1ubuntu0.1 source package in Ubuntu

Changelog

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

  [ Luís Infante da Câmara ]
  * Build and install the no_aop artifact required for Maven (LP: #1930541).

 -- Vladimir Petko <email address hidden>  Fri, 20 Oct 2023 21:25:32 +1300

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
Andreas Hasenack
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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.1.debian.tar.xz 4.7 KiB 7278c67c3277076f3213539672a937e4f77d020d81adc8ec4ccbe2b0a1df6db7
guice_4.2.1-1ubuntu0.1.dsc 2.3 KiB 6337f154e496fb427819613c6e1b013eb1829c715f9ce8d1d41dfee89a737930

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.