Marker interface that denotes an object has a dependency on a conversion
service that is expected to be fulfilled.
author: Keith Donald
Method Summary
public void
setConversionService(ConversionService conversionService) Set the conversion service this object should be made aware of (as it
presumably depends on it).
Set the conversion service this object should be made aware of (as it
presumably depends on it).
Parameters: conversionService - the conversion service