net.sf.beanlib.utils
Interface External<E>

Type Parameters:
E - type of instance to be externalized to

public interface External<E>

Supports externalizing the implementing object into an instance of the parameterized type.

Author:
Joe D. Velopar

Method Summary
 E externalize()
           
 

Method Detail

externalize

E externalize()