org.kite9.framework.model
Interface Handle<X>

All Known Subinterfaces:
AnnotatedElementHandle<X>
All Known Implementing Classes:
AbstractHandle, AnnotationHandle, ClassHandle, ConstructorHandle, FieldHandle, MemberHandle, MethodHandle, PackageHandle

public interface Handle<X>

Lightweight interface to some java reflection construct.


Method Summary
 X hydrate(ClassLoader cl)
          Returns the reflection-object that this is a handle for
 

Method Detail

hydrate

X hydrate(ClassLoader cl)
Returns the reflection-object that this is a handle for

Returns:


Copyright © 2011. All Rights Reserved.