File: control

package info (click to toggle)
guice 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,032 kB
  • sloc: xml: 83,536; java: 65,101; sh: 111; jsp: 12; makefile: 7
file content (63 lines) | stat: -rw-r--r-- 2,401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: guice
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 11~),
 default-jdk,
 default-jdk-doc,
 libaopalliance-java,
 libasm-java (>= 5.0),
 libatinject-jsr330-api-java,
 libbuild-helper-maven-plugin-java,
 libcglib-java (>= 3.2.5),
 libeasymock-java,
 libguava-java,
 libjarjar-maven-plugin-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 libmunge-maven-plugin-java,
 libservlet3.1-java,
 libspring-beans-java,
 maven-debian-helper (>= 2.2)
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/java-team/guice.git
Vcs-Browser: https://salsa.debian.org/java-team/guice
Homepage: https://github.com/google/guice

Package: libguice-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Built-Using: asm (= ${asm:Version}), cglib (= ${cglib:Version})
Description: 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.

Package: libguice-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: 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.