[ 原始碼: libjtype-java ]
套件:libjtype-java(0.1.3-4.1)
libjtype-java 的相關連結
Debian 的資源:
下載原始碼套件 libjtype-java:
- [libjtype-java_0.1.3-4.1.dsc]
- [libjtype-java_0.1.3.orig.tar.gz]
- [libjtype-java_0.1.3-4.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [jtype.googlecode.com]
相似套件:
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.