org.exolab.castor.mapping
Interface ClonableFieldHandlerMarker


public interface ClonableFieldHandlerMarker

A marker interface that indicates that a FieldHandler implementaion allows shallow/deep cloning of its state.

Version:
$Revision: $
Author:
Werner Guttmann
See Also:
since 1.3.3

Method Summary
 FieldHandler copyFieldHandler()
          Entry point for shallow/deep 'cloning' of FieldHandler instances.
 

Method Detail

copyFieldHandler

FieldHandler copyFieldHandler()
Entry point for shallow/deep 'cloning' of FieldHandler instances.

Returns:
the 'cloned' FieldHandler instance.


Copyright © 2013. All Rights Reserved.