guice 4.0~beta5-2 source package in Ubuntu

Changelog

guice (4.0~beta5-2) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Fixed debian/watch to catch the version 4.0~beta.

  [ Markus Koschany ]
  * Vcs-Browser: Use https.
  * Switch to bnd1.50 because guice FTBFS with bnd >= 2.1.
  * Change homepage and Source field to new github.com address.

 -- Markus Koschany <email address hidden>  Sat, 14 Nov 2015 16:39:26 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
guice_4.0~beta5-2.dsc 2.3 KiB d094632e916723c1e3659d271df3039360bc6c17fa682de9e9da71aa4353e38a
guice_4.0~beta5.orig.tar.xz 383.3 KiB 36727789ff3387e303a0e62018d53bd64644a75842c0f7f522230d090832d93b
guice_4.0~beta5-2.debian.tar.xz 4.9 KiB 0750eee926d23cfdb80884147d84ecf65a5474c63d8a3338cfaeb61447ca0f21

Available diffs

No changes file available.

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.