net.sf.jsefa.common.util
Interface OnDemandObjectProvider


public interface OnDemandObjectProvider

Provides an object which is costly to create or to retrieve and which is needed only conditionally needed.

Author:
Norman Lahme-Huetig

Method Summary
<T> T
get()
          Returns the object in question.
 

Method Detail

get

<T> T get()
Returns the object in question.

Type Parameters:
T - the expected type of the parameter value
Returns:
the object


Copyright © 2014. All rights reserved.