|
Interface Summary |
| Association<K,V> |
Straightforward definition of an object pairing. |
| ExceptionHandler |
Simple interface for allowing clients to pass an exception handler to a
service (e.g. to log the exception). |
| JavaType |
This interface describes a Java type; i.e. its "element type"
and its "array depth". |
| MethodSignature |
This interface describes a Java method signature; i.e. its "name"
and its "parameter types". |
| MultiThreadExceptionHandler |
Simple interface for allowing clients to pass an exception handler to a
service (e.g. to log the exception). |