greflect
0.11-DRAFT

Package jp.sourceforge.greflect

The Reflection API that supports generics features
ジェネリクスをサポートしたリフレクションAPI。 .

See:
          Description

Class Summary
Param<T> [ungeneric]
A parameter holder with the specification of the generic type
ジェネリック型の指定とともにパラメータ値を保持します。 .
Reflection [concurrent][facade]
A facade of the reflection API supports generic features
ジェネリクスをサポートするリフレクションAPIのfacade。 .
UngenericParam A parameter holder for ungeneric object
アンジェネリックオブジェクトのパラメータを保持します。 .
 

Exception Summary
TypeViolationException TypeViolationException will throw when the target type is unmatch to the specified generic type
対象が指定したジェネリック型に一致しないときスローされます。 .
UnresolvedTypeVariableException UnresolvedTypeVariableException will throw when the type variable of the specified generic type cannot be resolved
指定したジェネリック型の型変数が解決できないときスローされます。 .
 

Error Summary
ReflectionError ReflectionError will throw when the situation outside assumption is happened and when the operation can not be continued
リフレクション操作において想定外の事態が発生し、処理を継続できないときスローされます。 .
 

Package jp.sourceforge.greflect Description

The Reflection API that supports generics features
ジェネリクスをサポートしたリフレクションAPI。 .

See greflect Home to know the use of this package.

@lang ja このパッケージの基本的な使用方法を知るには greflect Home を見てください。


greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.