biz.hammurapi.convert
Interface Decorator


public interface Decorator

Decorator interface.

Author:
Pavel

Method Summary
 java.lang.Object decorate(java.lang.Object source)
          Decorates source.
 

Method Detail

decorate

java.lang.Object decorate(java.lang.Object source)
Decorates source.

Parameters:
source -
Returns:
Instance of target type.


Copyright © 2003 Hammurapi Group. All Rights Reserved.