public interface ILateBindingValue
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get()
Obtain the value of the parameter at runtime using the parameter state and invocation of other late binding values
rather than maintaining cached state which ends up in a global store and won't change as a result of external
reference changes.
|
java.lang.Object get()