Class AbstractClientProxy<I>

java.lang.Object
org.microbean.reference.AbstractClientProxy<I>
Type Parameters:
I - the type of contextual instance the implementation proxies
All Implemented Interfaces:
ClientProxy<I>

public abstract class AbstractClientProxy<I> extends Object implements ClientProxy<I>
A skeletal implementation of the ClientProxy interface.
Author:
Laird Nelson