Package org.codehaus.dimple

Provides dynamic interface implementation support.

See:
          Description

Class Summary
Implementor 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.
 

Package org.codehaus.dimple Description

Provides dynamic interface implementation support.

Package Specification

The code is developed and tested under Java 1.3.

Related Documentation

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