Package org.lsst.ccs.utilities.beanutils

Codes that enables non-bean classes to be "seen" as standard beans.

See:
          Description

Interface Summary
BeanFor<T> Code implementing this interface are considered beans for the T type (which is not a bean!)
 

Class Summary
BeanProxyFor<T> Super classes of all Bean "proxies" : that is class the offer a bean "vision" of a non-bean class.
 

Exception Summary
BeanStateException An operation was performed while the bean was in an incorrect state: e.g.
WrappedBeanMethodInvocationException Wraps an exception thrown while invoking a bean method delegated to a non-bean;
WrappedException Wraps an Exception thrown during bean operations in a RuntimeException
 

Annotation Types Summary
CriticalCtor Annotates the "minimum" critical constructor of a non-bean object.
 

Package org.lsst.ccs.utilities.beanutils Description

Codes that enables non-bean classes to be "seen" as standard beans.



Copyright © 2013 LSST. All Rights Reserved.