next property

AtomicStep? next
getter/setter pair

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;