See: Description
| Interface | Description |
|---|---|
| BeanFor<T> |
Code implementing this interface are considered beans for the T type (which is not a bean!)
|
| Class | Description |
|---|---|
| BeanProxyFor<T> |
Super classes of all Bean "proxies" : that is class the offer a bean "vision"
of a non-bean class.
|
| Optional<T> |
a Pre-java8 optional class to be replaced by java8 when needed.
|
| Exception | Description |
|---|---|
| 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 Type | Description |
|---|---|
| CriticalCtor |
Annotates the "minimum" critical constructor of a non-bean object.
|
Copyright © 2014 LSST. All Rights Reserved.