|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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). |
Provides dynamic interface implementation support.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||