Package ahc.generic

Interface Summary
AttributeGetter This interface serves to retrieve attributes from an object by successively calling get methods.
AttributeSetter This is the generic interface for an object that follows an access path through a graph of objects and then calls a set method.
 

Class Summary
AttributeGetterFactory This class serves as a factory for different kinds of AttributeGetter implementations.
AttributeSetterFactory This is the factory for AttributeSetter implementations.