object property
final
Reference to the object.
The reference should not be stored in any long living place as it will prevent garbage collection.
Implementation
final Object object;
Reference to the object.
The reference should not be stored in any long living place as it will prevent garbage collection.
final Object object;