Package org.codehaus.dimple

Provides dynamic interface implementation support.

See:
          Description

Interface Summary
Interceptor<T,Impl> An interceptor represents byte code generated at runtime that knows how to intercept instances of T with an instance of Impl type.
 

Class Summary
Implementor<ImplClass> This class is used to create implementation of interface(s) dynamically.
 

Exception Summary
InvalidReturnTypeException This exception indicates that a method is used to implement a target method but the return type is not compatible.
UnusedMethodException This exception indicates that a declared method is not used to implement anything.
 

Annotation Types Summary
Implement Indicates that a method or methods declared in a class are used for dynamic implementation of interface(s).
 

Package org.codehaus.dimple Description

Provides dynamic interface implementation support.

Package Specification

The code is developed and tested under Java 5.0.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: