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
|
Source: libjtype-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), cdbs, default-jdk,
junit4,
libhamcrest-java,
libjmock2-java,
maven-debian-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libjtype-java.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libjtype-java.git
Homepage: http://jtype.googlecode.com
Package: libjtype-java
Architecture: all
Depends: ${misc:Depends}
Description: Helper library for the Java 5 Type
Java 5 introduced a richer type system for generics with Type and its various
subtypes, but lacks any easy way to perform common operations on these types.
JType aims to fill this gap.
.
Features:
- A factory to easily create implementations of the various type interfaces.
- Methods to compare and manipulate type instances, such as checking whether
a type is a subtype of another.
- A generic type literal that provides an equivalent of class literals for
types.
|