public class Holder<T>
extends Object
Used to hold a reference to an object in cases where the declared reference needs to be final.
For example, when using anonymous classes for asynchronous callbacks, a Holder can be used for
a mutable value within the callback.
- Author:
- Kuali Student Team