Télécharger la liste

Description du projet

greflectはジェネリック型の安全性を保障しつつ高速に動作する、
新時代のJavaリフレクションライブラリです。
Maven2リポジトリにより管理されます。
/
greflect is a new age library of java reflection that keeps
generic type safe. And it is speedy.
greflect is managed by the Maven2 repository.

Système requise

System requirement is not defined

Livrée : 2008-05-30 23:12
greflect greflect-0.11-DRAFT-full-rev110 (1 files Cacher)

Notes de release

greflect-0.11-DRAFT 0.11ワーキングドラフトをリリースします。
greflectとは:
greflectはジェネリック型の型安全性を保障しつつ高速に動作する、 新時代のJavaリフレクションライブラリです。 リフレクションによるオブジェクトの動的な連結に、 ジェネリ ック型の柔軟さを取り入れることができます。 さらにジェネリック型の型安全性(type-safety)を生かした堅牢な プログラミング環境を提供します。
greflect is a new age library of java reflection that holds type safety of generic types. And it is speedy. The flexibility of the generic type can be taken to dynamic linking of objects by the reflection. In addition, Robust-programming environments that makes the best use of type safety of the generic type is provided.

Changelog

1. メソッドの実行
2. アンジェネリックオブジェクトの作成

1. The invocation of the specified method.
2. The creation of ungeneric object.