Indicates this object is transient. An assistive technology should
not add a PropertyChange listener to an object with transient state,
as that object will never generate any events. Transient objects
are typically created to answer Java Accessibility method queries,
but otherwise do not remain linked to the underlying object (for
example, those objects underneath lists, tables, and trees in Swing,
where only one actual UI Component does shared rendering duty for
all of the data objects underneath the actual list/table/tree elements).
Since:
1.5