org.lsst.ccs.utilities.beanutils
Interface BeanFor<T>

All Known Implementing Classes:
BeanProxyFor

public interface BeanFor<T>

Code implementing this interface are considered beans for the T type (which is not a bean!)

Author:
bamade

Method Summary
 T get()
           
 

Method Detail

get

T get()
Returns:
the current delegate, null if this delegate has not yet been instanciated


Copyright © 2013 LSST. All Rights Reserved.