Interface Group.IPropertyBuilder<T>

Type Parameters:
T - The data type managed by the pending property.
All Superinterfaces:
Group.IOptionalStep<T, Group.IPropertyBuilder<T>>
Enclosing interface:
Group

public static interface Group.IPropertyBuilder<T> extends Group.IOptionalStep<T, Group.IPropertyBuilder<T>>
Resolves the generic self-referential boundary of IOptionalStep. Serves as the concrete return type for the terminal phase of the standard property builder sequence.