next property
After configuration, every step links to its descendant.
Before configuration step will be null, after it will only be null
if it would be the last of the chain.
Implementation
AtomicStep? next;
After configuration, every step links to its descendant.
Before configuration step will be null, after it will only be null
if it would be the last of the chain.
AtomicStep? next;