Indicates if objects of this class can be safely published (used by other threads
without explicit synchronization).
Element Detail
safePublication
public abstract boolean safePublication
Indicates if objects of this class can be safely published (used by other threads
without explicit synchronization). Safe publication usually involves initialization of
final fields in the constructor.