defaultBranch property

T defaultBranch
final

In case there is no nested branch in the path. Then the path is filled with the default branch taking the first page in the branch's stack.

NOTICE: because of this the first page in the branch stack needs to be non parametrized. The path param cannot be automatically derived.

Implementation

final T defaultBranch;